in reply to How do we find statistical distribution of a given set of numbers?

One test is to make a gray-scale bitmap out of your random numbers and see if there are patterns in it.

I did this to create what I called The Snowcrash Test to show that it is not a good idea to re-seed a random number generator.

It should work perfectly the first time! - toma
  • Comment on Re: How do we find statistical distribution of a given set of numbers?