Class SplitMix64

java.lang.Object
All Implemented Interfaces:
RandomLongSource, RestorableUniformRandomProvider, 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