C# 클래스 QuickCheck.Random.MwcRandom

A simple random number generator based on George Marsaglia's MWC (multiply with carry) generator.
Originally written by John D. Cook http://www.codeproject.com/Articles/25172/Simple-Random-Number-Generation http://www.johndcook.com
상속: IRandom
파일 보기 프로젝트 열기: jystic/quickcheck-net

공개 메소드들

메소드 설명
MwcRandom ( ) : System
MwcRandom ( uint seed1, uint seed2 ) : System
MwcRandom ( ulong seed ) : System
UInt32 ( ) : uint

메소드 상세

MwcRandom() 공개 메소드

public MwcRandom ( ) : System
리턴 System

MwcRandom() 공개 메소드

public MwcRandom ( uint seed1, uint seed2 ) : System
seed1 uint
seed2 uint
리턴 System

MwcRandom() 공개 메소드

public MwcRandom ( ulong seed ) : System
seed ulong
리턴 System

UInt32() 공개 메소드

public UInt32 ( ) : uint
리턴 uint