diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-08 15:47:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-08 15:47:14 +0000 |
commit | 6cfd5ea7086c16bedf34dfa0b3283bb8e558c285 (patch) | |
tree | bac1d2c2fd13229ad608fc4eb751c8c7ea9b77e1 /pod | |
parent | cb08c2557abf1c4c87bdbc194618d6c10a9350cc (diff) | |
download | perl-6cfd5ea7086c16bedf34dfa0b3283bb8e558c285.tar.gz |
Slightly more intelligent paranoia.
p4raw-id: //depot/perl@21093
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5e60211672..3ed1161428 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4526,6 +4526,12 @@ which means that Perl 5 will try to call the subroutine when the assignment is executed, which is probably not what you want. (If it IS what you want, put an & in front.) +=item Your random numbers are not that random + +(F) When trying to initialise the random seed for hashes, Perl could +not get any randomness out of your system. This usually indicates +Something Very Wrong. + =back =cut |