C# Class RandomOps.ThreadSafe.CMWC4096

Thread-safe version of CMWC4096 which generates one PRNG object for each thread and seeds it using a MersenneTwister. The CMWC4096 is used because it has a very long period and hence decreases the risk of overlap and correlation of the individual threads.
Inheritance: Independent
Afficher le fichier Open project: DanWBR/dwsim3

Méthodes publiques

Méthode Description
CMWC4096 ( ) : System.Threading

Constructs the PRNG-object.

Method Details

CMWC4096() public méthode

Constructs the PRNG-object.
public CMWC4096 ( ) : System.Threading
Résultat System.Threading