diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-09-03 02:24:13 -0400 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-09-03 09:30:02 +0000 |
commit | 2b6bd493a9cc635f50bb96cd4570543484c41309 (patch) | |
tree | 99959148d4b5006c1605f7740fbad7619c34c0c1 /t/op/rand.t | |
parent | 2447c5f5db24c34fcbf8aa471e6e15c794515241 (diff) | |
download | perl-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-x | t/op/rand.t | 6 |
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.) |