Class DotyHumphreySmallFastCounting32

java.lang.Object
org.apache.commons.rng.core.BaseProvider
org.apache.commons.rng.core.source32.IntProvider
org.apache.commons.rng.core.source32.DotyHumphreySmallFastCounting32
All Implemented Interfaces:
RandomIntSource, RestorableUniformRandomProvider, UniformRandomProvider

Implement the Small, Fast, Counting (SFC) 32-bit generator of Chris Doty-Humphrey. The original source is the PractRand test suite by the same author.

The state size is 128-bits; the period is a minimum of 232 and an average of approximately 2127.

Since:
1.3
See Also: