mardi 1 septembre 2015

Initialize multiple rngs in a single program

I want to use multiple RNGs in my C++ application using <random>. What is the best way to seed them? I fear that the random numbers from different RNGs will be correlated too much when seeding each RNG with a random number from a single RNG.




Aucun commentaire:

Enregistrer un commentaire