What is a good relation between seeds given to srand48_r

192 Views Asked by At

In a multithreaded program where each thread has its own state of the rand48 PRNG, what is a good relation between the seeds.

Obviously, I cannot use the same seed since then they generate the same sequences. How uncorrelated will they be for seeds {0,1,2,3} or {1,2,3,4} or whatever. I do want a fixed seed so I can repeat simulations.

0

There are 0 best solutions below