Anyone remember more of their stats than I do offhand?
I have a distribution function foo() that should return 1..n values in an approximately even random distribution.
To test this, I intend to collect N values returned and produce a histogram of them. This should return exactly n different values, all of which should have at least min instances
(
Read more... )