Class KISSRandom

All Implemented Interfaces:
RandomIntSource, RestorableUniformRandomProvider, UniformRandomProvider

public class KISSRandom extends IntProvider
Port from Marsaglia's "KISS" algorithm. This version contains the correction referred to here in a reply to the original post.
Since:
1.0
See Also: