This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2447c5f
)
Increase the repetitions
author
Michael G. Schwern
<schwern@pobox.com>
Mon, 3 Sep 2001 06:24:13 +0000
(
02:24
-0400)
committer
Artur Bergman
<sky@nanisky.com>
Mon, 3 Sep 2001 09:30:02 +0000
(09:30 +0000)
Message-ID: <
20010903062413
.B9233@blackrider>
p4raw-id: //depot/perl@11837
t/op/rand.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/rand.t
b/t/op/rand.t
index
e365e59
..
aa2421b
100755
(executable)
--- 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.)