See: Description
Interface | Description |
---|---|
JumpableUniformRandomProvider |
Applies to generators that can be advanced a large number of
steps of the output sequence in a single operation.
|
LongJumpableUniformRandomProvider |
Applies to generators that can be advanced a very large number of
steps of the output sequence in a single operation.
|
RandomProviderState |
Marker interface for objects that represents the state of a random
generator.
|
RestorableUniformRandomProvider |
Applies to generators whose internal state can be saved and restored.
|
SplittableUniformRandomProvider |
Applies to generators that can be split into two objects (the original and a new instance)
each of which implements the same interface (and can be recursively split indefinitely).
|
UniformRandomProvider |
Applies to generators of random number sequences that follow a uniform
distribution.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.