Uses of Interface
org.apache.commons.rng.UniformRandomProvider
-
-
Uses of UniformRandomProvider in org.apache.commons.rng
Subinterfaces of UniformRandomProvider in org.apache.commons.rng 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.Methods in org.apache.commons.rng that return UniformRandomProvider Modifier and Type Method Description UniformRandomProvider
JumpableUniformRandomProvider. jump()
Creates a copy of the UniformRandomProvider and then advances the state of the current instance.
-