Class SplitMix64

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

    public class SplitMix64
    extends LongProvider
    A fast RNG, with 64 bits of state, that can be used to initialize the state of other generators.
    Since:
    1.0
    See Also:
    Original source code