summaryrefslogtreecommitdiff
path: root/t/op/rand.t
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-09-03 02:24:13 -0400
committerArtur Bergman <sky@nanisky.com>2001-09-03 09:30:02 +0000
commit2b6bd493a9cc635f50bb96cd4570543484c41309 (patch)
tree99959148d4b5006c1605f7740fbad7619c34c0c1 /t/op/rand.t
parent2447c5f5db24c34fcbf8aa471e6e15c794515241 (diff)
downloadperl-2b6bd493a9cc635f50bb96cd4570543484c41309.tar.gz
Increase the repetitions
Message-ID: <20010903062413.B9233@blackrider> p4raw-id: //depot/perl@11837
Diffstat (limited to 't/op/rand.t')
-rwxr-xr-xt/op/rand.t6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/op/rand.t b/t/op/rand.t
index e365e597b4..aa2421b3ad 100755
--- a/t/op/rand.t
+++ b/t/op/rand.t
@@ -25,11 +25,7 @@ use Config;
print "1..11\n";
-srand; # Shouldn't need this with 5.004...
- # But I'll include it now and test for
- # whether we needed it later.
-
-my $reps = 1000; # How many times to try rand each time.
+my $reps = 10000; # How many times to try rand each time.
# May be changed, but should be over 500.
# The more the better! (But slower.)