C# Class 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
Inheritance: IRandom
Afficher le fichier Open project: jystic/quickcheck-net

Méthodes publiques

Méthode Description
MwcRandom ( ) : System
MwcRandom ( uint seed1, uint seed2 ) : System
MwcRandom ( ulong seed ) : System
UInt32 ( ) : uint

Method Details

MwcRandom() public méthode

public MwcRandom ( ) : System
Résultat System

MwcRandom() public méthode

public MwcRandom ( uint seed1, uint seed2 ) : System
seed1 uint
seed2 uint
Résultat System

MwcRandom() public méthode

public MwcRandom ( ulong seed ) : System
seed ulong
Résultat System

UInt32() public méthode

public UInt32 ( ) : uint
Résultat uint