| Package | Description |
|---|---|
| org.apache.commons.rng.core.source64 |
Concrete algorithms for
long-based sources of randomness |
| Modifier and Type | Class and Description |
|---|---|
class |
MersenneTwister64
This class provides the 64-bits version of the originally 32-bits
Mersenne Twister. |
class |
SplitMix64
A fast RNG, with 64 bits of state, that can be used to initialize the
state of other generators.
|
class |
TwoCmres
Random number generator designed by Mark D. Overton.
|
class |
XorShift1024Star
A fast RNG.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.