Re: need a good implementation of pseudorandom generators




nikhilbhargav_nsit@xxxxxxxxxxxxx wrote:
thanks for the reply. I am using the random number generatos given here

http://paul.rutgers.edu/~rhoads/Code/code.html

I want that once a give a seed in the genrator, it should give all
possible (with high probability) random numbers if i execute a failry
large number of runs of the same simulation. But right now it is giving
me same values of random numbers for each of these runs.

Have a look at the discussion in Chapter 7 of Numerical Recipes in C,
that might help.

http://www.library.cornell.edu/nr/bookcpdf/c7-0.pdf

Jon

.