From 0686c0b8fd853975c64d3472ef479435ba920e0a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 3 Sep 2001 19:19:35 +0000 Subject: Reorganize the srand entry. p4raw-id: //depot/perl@11851 --- pod/perlfunc.pod | 60 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 18 deletions(-) (limited to 'pod') diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 78a0cb2470..1626f6e3a2 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