in reply to Predictable random sequence
srand will give you a predictable sequence of error numbers for each version+compiler+platform of Perl. It does not guarantee cross-platform identity. For example on Windows, the (current) random number generator only has 15 bits of entropy, so numbers on Windows aren't that random.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Predictable random sequence
by vsespb (Chaplain) on Sep 17, 2013 at 13:41 UTC | |
by Corion (Patriarch) on Sep 17, 2013 at 13:48 UTC |