Here:
Home
>
Classroom
>
Mathematics
>
College Math
>
Probability and Statistics
>
Random Numbers
Random Numbers
Papers
- Hypergeometric Distribution (CSUSB.edu - Stanton)
"The hypergeometric distribution arises when a random selection (without repetition) is made among objects of two distinct types." "The hypergeometric distribution is described by three parameters: N, the total number of objects; R, the number of objects of the first type; and k the number of objects to be chosen. The probability function f(x) is f(x) = C(R,x)*C(N-R, k-x) / C(N,k) for x=max(0,k+R-N)..min(R,k)." 6-05
- Random Numbers (Wikipedia.org)
Provides descriptions and definitions of key terms and a random table of 300 digits. 8-05
- Tests of Random Numbers Generators (BurtleBurtle.net)
"Test results are usually reported as a chi2 measure. A chi2 measure of +-2 is probably random noise, +-3 probably means the generator is biased, and +-4 almost certainly means the generator is biased."
"The best way to test if a generator is good enough for an application is to run the application with two very different generators and see if they produce the same result. The next best way is run the generator's random number sequence through random number tests, like DIEHARD or chi.c or est.c (described below). The sequence tested has to be at least as long as the sequence of random numbers your application plans to use, otherwise the biases your application may encounter can't be caught by the test." 04-06
- Tests of Random Numbers Generators (National Institute of Standards and Technology - Soto)
Describes different tests, such as the DIEHARD test by George Marsaglia. 04-06
Purchase Resources
- Random Numbers Generator (RandomNumberGenerator.nl)
Provides random numbers for research. Awesome Library does not endorse these products, but provides them as examples. Costs around $650 USD. 04-06
|
Back to
Top

© 2009 EDI
and Dr. R. Jerry Adams
|