summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-10-02 20:30:36 +1000
committerAbhijit Menon-Sen <ams@wiw.org>2003-10-02 07:48:51 +0000
commitee97c186303ca07163a2ddfef6ec7d2c708126c6 (patch)
tree372bce7c61eef4bc268d103151fb4e404b59e566 /util.c
parent70faccd78e90746af0dac8c794d8429d15b6dfbe (diff)
downloadperl-ee97c186303ca07163a2ddfef6ec7d2c708126c6.tar.gz
Re: 5.8.1 and srand
Message-Id: <20031002003036.GA9198@londo.c47.org> p4raw-id: //depot/perl@21397
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index c750a2e68d..88b07cb5bb 100644
--- a/util.c
+++ b/util.c
@@ -4412,7 +4412,6 @@ Perl_get_hash_seed(pTHX)
{
/* Compute a random seed */
(void)seedDrand01((Rand_seed_t)seed());
- PL_srand_called = TRUE;
myseed = (UV)(Drand01() * (NV)UV_MAX);
#if RANDBITS < (UVSIZE * 8)
/* Since there are not enough randbits to to reach all