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
Datei anzeigen Open project: DanWBR/dwsim3

Public Methods

Method Description
CMWC4096 ( ) : System.Threading

Constructs the PRNG-object.

Method Details

CMWC4096() public method

Constructs the PRNG-object.
public CMWC4096 ( ) : System.Threading
return System.Threading