Modifier and Type | Interface and Description |
---|---|
interface |
LongJumpableUniformRandomProvider
Applies to generators that can be advanced a very large number of
steps of the output sequence in a single operation.
|
Modifier and Type | Method and Description |
---|---|
JumpableUniformRandomProvider |
LongJumpableUniformRandomProvider.longJump()
Creates a copy of the JumpableUniformRandomProvider and then advances the
state of the current instance.
|
Modifier and Type | Method and Description |
---|---|
default Stream<JumpableUniformRandomProvider> |
LongJumpableUniformRandomProvider.longJumps()
Returns an effectively unlimited stream of new random generators, each of which
implements the
JumpableUniformRandomProvider interface. |
default Stream<JumpableUniformRandomProvider> |
LongJumpableUniformRandomProvider.longJumps(long streamSize)
Returns a stream producing the given
streamSize number of new random
generators, each of which implements the JumpableUniformRandomProvider
interface. |
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.