I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
when reps was still 10000. With 15000 I didn't get a single warning
p4raw-id: //depot/perl@24964
plan(tests => 8);
-my $reps = 10000; # How many times to try rand each time.
+my $reps = 15000; # How many times to try rand each time.
# May be changed, but should be over 500.
# The more the better! (But slower.)