CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/16 09:19:55
Modified files:
gnu/usr.bin/perl: pp.c
Log message:
The expected behavior of Perl srand(0) is a deterministic pseudo
random stream. Only srand() should give real random values. Make
our pimped Perl more compatible with the rest of the world.
OK afresh1@ millert@
