From: Michael G. Schwern Date: Mon, 3 Sep 2001 06:24:13 +0000 (-0400) Subject: Increase the repetitions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b6bd493a9cc635f50bb96cd4570543484c41309;p=p5sagit%2Fp5-mst-13.2.git Increase the repetitions Message-ID: <20010903062413.B9233@blackrider> p4raw-id: //depot/perl@11837 --- diff --git a/t/op/rand.t b/t/op/rand.t index e365e59..aa2421b 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.)