C# Class Xunit.PairwiseStrategy.FleaRand

FleaRand is a pseudo-random number generator developed by Bob Jenkins: http://burtleburtle.net/bob/rand/talksmall.html#flea
ファイルを表示 Open project: AArnott/Xunit.Combinatorial

Public Methods

Method Description
FleaRand ( uint seed ) : System

Initializes a new instance of the FleaRand class.

Next ( ) : uint

Private Methods

Method Description
Batch ( ) : void

Method Details

FleaRand() public method

Initializes a new instance of the FleaRand class.
public FleaRand ( uint seed ) : System
seed uint The seed.
return System

Next() public method

public Next ( ) : uint
return uint