Class DotyHumphreySmallFastCounting64

  • All Implemented Interfaces:
    RandomLongSource, org.apache.commons.rng.RestorableUniformRandomProvider, org.apache.commons.rng.UniformRandomProvider

    public class DotyHumphreySmallFastCounting64
    extends LongProvider
    Implement the Small, Fast, Counting (SFC) 64-bit generator of Chris Doty-Humphrey. The original source is the PractRand test suite by the same author.

    The state size is 256-bits; the period is a minimum of 264 and an average of approximately 2255.

    Since:
    1.3
    See Also:
    PractRand