Uses of Interface
org.apache.commons.rng.JumpableUniformRandomProvider
-
-
Uses of JumpableUniformRandomProvider in org.apache.commons.rng
Subinterfaces of JumpableUniformRandomProvider in org.apache.commons.rng Modifier and Type Interface Description interface
LongJumpableUniformRandomProvider
Applies to generators that can be advanced a very large number of steps of the output sequence in a single operation.Methods in org.apache.commons.rng that return JumpableUniformRandomProvider Modifier and Type Method Description JumpableUniformRandomProvider
LongJumpableUniformRandomProvider. longJump()
Creates a copy of the JumpableUniformRandomProvider and then advances the state of the current instance.
-