Change 11837 by sky@sky-lab on 2001/09/03 09:30:02
Subject: [PATCH t/op/rand.t] Increase the repetitions
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Mon, 3 Sep 2001 06:24:13 -0400
Message-ID: <20010903062413.B9233@blackrider>
Affected files ...
... //depot/perl/t/op/rand.t#12 edit
Differences ...
==== //depot/perl/t/op/rand.t#12 (xtext) ====
Index: perl/t/op/rand.t
--- perl/t/op/rand.t.~1~ Mon Sep 3 03:45:06 2001
+++ perl/t/op/rand.t Mon Sep 3 03:45:06 2001
@@ -25,11 +25,7 @@
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.)
End of Patch.