RandomLongSource
, RestorableUniformRandomProvider
, UniformRandomProvider
public class JenkinsSmallFast64 extends LongProvider
The state size is 256-bits.
Constructor | Description |
---|---|
JenkinsSmallFast64(java.lang.Long seed) |
Creates an instance with the given seed.
|
Modifier and Type | Method | Description |
---|---|---|
protected byte[] |
getStateInternal() |
Creates a snapshot of the RNG state.
|
long |
next() |
|
protected void |
setStateInternal(byte[] s) |
Resets the RNG to the given
state . |
checkIndex, checkStateSize, composeStateInternal, fillState, fillState, nextInt, nextLong, restoreState, saveState, splitStateInternal, toString
nextBoolean, nextBytes, nextBytes, nextDouble, nextFloat, nextInt, nextLong, resetCachedState
public JenkinsSmallFast64(java.lang.Long seed)
seed
- Initial seed.public final long next()
protected byte[] getStateInternal()
getStateInternal
in class LongProvider
protected void setStateInternal(byte[] s)
state
.setStateInternal
in class LongProvider
s
- State (previously obtained by a call to
BaseProvider.getStateInternal()
).BaseProvider.checkStateSize(byte[],int)
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.