Modifier and Type | Interface | Description |
---|---|---|
interface |
JumpableUniformRandomProvider |
Applies to generators that can be advanced a large number of
steps of the output sequence in a single operation.
|
interface |
LongJumpableUniformRandomProvider |
Applies to generators that can be advanced a very large number of
steps of the output sequence in a single operation.
|
interface |
RestorableUniformRandomProvider |
Applies to generators whose internal state can be saved and restored.
|
Modifier and Type | Method | Description |
---|---|---|
UniformRandomProvider |
JumpableUniformRandomProvider.jump() |
Creates a copy of the UniformRandomProvider and then advances the
state of the current instance.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.