fix: Splat_random Macro not so random

This commit is contained in:
Wouter van Oijen 2006-07-24 20:27:29 +00:00
parent f420103b2e
commit 4e2e5e8c78
4 changed files with 27 additions and 18 deletions

View file

@ -71,9 +71,6 @@ WHOLE: for (my $i=0; $i<=999; $i++) {
++$bins[$output];
}
is(scalar(@bins), 5, "All bins have values on a sample size of 1000");
is(scalar(@bins), 4, "All bins have values on a sample size of 1000");
##Early work in analyzing a frequency distribution showed that the highest
##and lowest bin have half the frequency of center bins. Splat_random doesn't
##seem very random
#diag Dumper \@bins;