Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Xunit
PairwiseStrategy.FleaRand
C# Class Xunit.PairwiseStrategy.FleaRand
FleaRand is a pseudo-random number generator developed by Bob Jenkins: http://burtleburtle.net/bob/rand/talksmall.html#flea
Show file
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