X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e940ddbba91304b2a80fdaa904f5b12c22b13e0a..0686c0b8fd853975c64d3472ef479435ba920e0a:/pod/perlfunc.pod diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 951fada..1626f6e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4778,20 +4778,55 @@ 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