From: Jarkko Hietaniemi Date: Mon, 3 Sep 2001 19:19:35 +0000 (+0000) Subject: Reorganize the srand entry. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0686c0b8fd853975c64d3472ef479435ba920e0a;p=p5sagit%2Fp5-mst-13.2.git Reorganize the srand entry. p4raw-id: //depot/perl@11851 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 78a0cb2..1626f6e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4778,24 +4778,54 @@ loaded the standard Math::Complex module. =item srand -Sets the random number seed for the C operator. If EXPR is -omitted, uses a semi-random value supplied by the kernel (if it supports -the F device) or based on the current time and process -ID, among other things. In versions of Perl prior to 5.004 the default -seed was just the current C