Hi all
I need to implement a random number generator at work for a monte carlo
simulation. The generator has to provide millions of random numbers, without too much of a discernable pattern. Unfortunately, I don't know anything about random number generators or how to judge their quality. Perhaps someone could point me towards a decent one and, if available, a tutorial on how the algorithm works and how to implement it?
I need to implement a random number generator at work for a monte carlo
simulation. The generator has to provide millions of random numbers, without too much of a discernable pattern. Unfortunately, I don't know anything about random number generators or how to judge their quality. Perhaps someone could point me towards a decent one and, if available, a tutorial on how the algorithm works and how to implement it?