Uses of Interface
org.apache.commons.rng.RandomProviderState
Packages that use RandomProviderState
Package
Description
This package contains the library's interface to be used by client
code that needs a generator of sequences of pseudo-random numbers
that are uniformly distributed in a specified range.
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 RandomProviderStateModifier and TypeMethodDescriptionRestorableUniformRandomProvider.saveState()
Saves the state of a generator.Methods in org.apache.commons.rng with parameters of type RandomProviderStateModifier and TypeMethodDescriptionvoid
RestorableUniformRandomProvider.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 RandomProviderStateModifier and TypeClassDescriptionclass
Wraps the internal state of a generator instance.Methods in org.apache.commons.rng.core that return RandomProviderStateMethods in org.apache.commons.rng.core with parameters of type RandomProviderStateModifier and TypeMethodDescriptionvoid
BaseProvider.restoreState
(RandomProviderState state) Restores the state of a generator.