http://www.perlmonks.org?node_id=1178750


in reply to Re^8: rand() function on Windows systems (pure Perl)
in thread rand() function on Windows systems

That's strange. I get the same result on my systems using old and new versions of Perl.

print srand( $_ )."\n" for 1 .. 10;; 1 2 3 4 5 6 7 8 9 10