New algorithm for random number generation
|
05-26-2014, 01:04 AM
(This post was last modified: 05-26-2014 06:56 PM by Namir.)
Post: #1
|
|||
|
|||
New algorithm for random number generation
I have been tinkering with a set of new algorithms for uniformly-distributed random number generation (RNG). I test each algorithm using several long runs. I test various statistics related to each run of 10000 numbers (such as auto-correlation and various histograms). I end up calculator an empirical "goodness" factor based on these statistics.
Recently I bumped into an interesting algorithm while working with a family of RNGs that use ratios of random numbers generated using simpler/basic methods. I noticed the following: Code:
I noticed that the above algorithm often generates better random number than the underlying basic RNG algorithms. I will publish (on my web site) my tinkering in a few week. Namir PS: You have some flexibility in choosing the basic algorithms in steps 1 and 2. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
New algorithm for random number generation - Namir - 05-26-2014 01:04 AM
RE: New algorithm for random number generation - Garth Wilson - 05-26-2014, 04:00 AM
RE: New algorithm for random number generation - Paul Dale - 05-26-2014, 04:04 AM
RE: New algorithm for random number generation - Namir - 05-26-2014, 06:53 PM
RE: New algorithm for random number generation - ttw - 06-06-2014, 01:31 AM
|
User(s) browsing this thread: 1 Guest(s)