|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: Your random numbers are not that random (UtS,L)by tye (Cardinal) |
| on Jul 21, 2012 at 23:00 UTC ( #983022=note: print w/ replies, xml ) | Need Help?? |
|
You have easy access to the full source code and you have a string that is not hard to search for. But, when you get an error message that doesn't make enough sense to you, you can also just check perldiag, which says: (F) When trying to initialise the random seed for hashes, Perl could not get any randomness out of your system. This usually indicates Something Very Wrong. Which means you need to go look at the source code anyway. It was very easy for me to find this:
Which suggests that a quick, temporary work-around might be to put some integer into your PERL_HASH_SEED environment variable. - tye
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||