C# Class Xunit.PairwiseStrategy.FleaRand

FleaRand is a pseudo-random number generator developed by Bob Jenkins: http://burtleburtle.net/bob/rand/talksmall.html#flea
Afficher le fichier Open project: AArnott/Xunit.Combinatorial

Méthodes publiques

Méthode Description
FleaRand ( uint seed ) : System

Initializes a new instance of the FleaRand class.

Next ( ) : uint

Private Methods

Méthode Description
Batch ( ) : void

Method Details

FleaRand() public méthode

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

Next() public méthode

public Next ( ) : uint
Résultat uint