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 interfaceJumpableUniformRandomProviderApplies to generators that can be advanced a large number of steps of the output sequence in a single operation.interfaceLongJumpableUniformRandomProviderApplies to generators that can be advanced a very large number of steps of the output sequence in a single operation.interfaceRestorableUniformRandomProviderApplies to generators whose internal state can be saved and restored.Methods in org.apache.commons.rng that return UniformRandomProvider Modifier and Type Method Description UniformRandomProviderJumpableUniformRandomProvider. jump()Creates a copy of the UniformRandomProvider and then advances the state of the current instance.
-