C# 클래스 Xunit.PairwiseStrategy.FleaRand

FleaRand is a pseudo-random number generator developed by Bob Jenkins: http://burtleburtle.net/bob/rand/talksmall.html#flea
파일 보기 프로젝트 열기: AArnott/Xunit.Combinatorial

공개 메소드들

메소드 설명
FleaRand ( uint seed ) : System

Initializes a new instance of the FleaRand class.

Next ( ) : uint

비공개 메소드들

메소드 설명
Batch ( ) : void

메소드 상세

FleaRand() 공개 메소드

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

Next() 공개 메소드

public Next ( ) : uint
리턴 uint