C# Class RandomOps.ThreadSafe.MWC256

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

Public Methods

Method Description
MWC256 ( ) : System.Threading

Constructs the PRNG-object.

Method Details

MWC256() public method

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