C# 클래스 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.
상속: Independent
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 메소드들

메소드 설명
MWC256 ( ) : System.Threading

Constructs the PRNG-object.

메소드 상세

MWC256() 공개 메소드

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