Uses of Interface
org.apache.commons.rng.RandomProviderState
| Package | Description |
|---|---|
| org.apache.commons.rng |
Randomness providers API
|
| org.apache.commons.rng.core |
Base classes for the
generation of uniformly distributed random numbers. |
-
Uses of RandomProviderState in org.apache.commons.rng
Methods in org.apache.commons.rng that return RandomProviderState Modifier and Type Method Description RandomProviderStateRestorableUniformRandomProvider. saveState()Saves the state of a generator.Methods in org.apache.commons.rng with parameters of type RandomProviderState Modifier and Type Method Description voidRestorableUniformRandomProvider. restoreState(RandomProviderState state)Restores the state of a generator. -
Uses of RandomProviderState in org.apache.commons.rng.core
Classes in org.apache.commons.rng.core that implement RandomProviderState Modifier and Type Class Description classRandomProviderDefaultStateWraps the internal state of a generator instance.Methods in org.apache.commons.rng.core that return RandomProviderState Modifier and Type Method Description RandomProviderStateBaseProvider. saveState()Saves the state of a generator.Methods in org.apache.commons.rng.core with parameters of type RandomProviderState Modifier and Type Method Description voidBaseProvider. restoreState(RandomProviderState state)Restores the state of a generator.