To: Perl Porters <perl5-porters@perl.org>
Message-ID: <Pine.SOL.4.10.
9909301218390.3343-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/cfgperl@4261
TODO
+=over 4
+
+=item Possibly changed pseudo-random number generator
+
+In 5.005_0x and earlier, perl's rand() function used the C library
+rand(3) function. As of 5.005_52, Configure tests for drand48(),
+random(), and rand() (in that order) and picks the first one it finds.
+Perl programs that depend on reproducing a specific set of pseudo-random
+numbers will now likely produce different output.
+
+=back
+
=head2 C Source Incompatibilities
=over 4