Package | Description |
---|---|
org.apache.commons.rng.core.source64 |
Concrete algorithms for
long -based sources of randomness |
Modifier and Type | Class | Description |
---|---|---|
class |
LongProvider |
Base class for all implementations that provide a
long -based
source randomness. |
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–2018 The Apache Software Foundation. All rights reserved.