|
|
|
|
|
by rurban
1890 days ago
|
|
I have again a different opinion. Allow both: srand() - explicit seed initialization, as well as autoseed. But you really need to change selected known bad seeds, which destroy the PRNG statistical properties. Most PRNG's have a couple of known bad seeds, but nobody does anything against it. Same for hash functions. |
|