Package org.apache.commons.rng
package org.apache.commons.rng
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.
-
ClassDescriptionApplies to generators that can be advanced a large number of steps of the output sequence in a single operation.Applies to generators that can be advanced a very large number of steps of the output sequence in a single operation.Marker interface for objects that represents the state of a random generator.Applies to generators whose internal state can be saved and restored.Applies to generators that can be split into two objects (the original and a new instance) each of which implements the same interface (and can be recursively split indefinitely).Applies to generators of random number sequences that follow a uniform distribution.Support for
UniformRandomProvider
default methods.Spliterator for streams of double values that may be recursively split.Spliterator for streams of int values that may be recursively split.Spliterator for streams of long values that may be recursively split.Base class for spliterators for streams of values.Spliterator for streams of SplittableUniformRandomProvider.