From: Roderick Schertler Date: Thu, 16 Jan 1997 01:44:25 +0000 (-0500) Subject: srand() doc update X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0078ec44bac3092122b7d1fd6fd3e9ed89d01778;p=p5sagit%2Fp5-mst-13.2.git srand() doc update p5p-msgid: <24195.853379065@eeyore.ibcinc.com> --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 65bba93..488c797 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2985,23 +2985,22 @@ root of $_. Sets the random number seed for the C operator. If EXPR is omitted, uses a semi-random value based on the current time and process ID, among -other things. +other things. In versions of Perl prior to 5.004 the default seed was +just the current time(). This isn't a particularly good seed, so many +old programs supply their own seed value (often C