Uses of Package
org.apache.commons.rng
Packages that use org.apache.commons.rng
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
.Concrete algorithms for
int
-based sources of randomness.Concrete algorithms for
long
-based sources of randomness.This package contains utilities to combine/split primitive types.
This package provides sampling utilities.
This package contains classes for sampling from statistical distributions.
This package contains classes for sampling coordinates from shapes, for example a unit ball.
This package provides
factory methods
by which low-level classes implemented in module "commons-rng-core"
are instantiated.Utilities for seed conversion.
-
Classes in org.apache.commons.rng used by org.apache.commons.rngClassDescriptionApplies to generators that can be advanced a 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 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.Base class for spliterators for streams of values.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.coreClassDescriptionMarker 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 of random number sequences that follow a uniform distribution.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.core.source32ClassDescriptionApplies 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.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.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.core.source64ClassDescriptionApplies 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.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.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.core.utilClassDescriptionApplies 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.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.samplingClassDescriptionApplies to generators of random number sequences that follow a uniform distribution.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.sampling.distributionClassDescriptionApplies to generators of random number sequences that follow a uniform distribution.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.sampling.shapeClassDescriptionApplies to generators of random number sequences that follow a uniform distribution.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.simpleClassDescriptionApplies to generators whose internal state can be saved and restored.Applies to generators of random number sequences that follow a uniform distribution.
-
Classes in org.apache.commons.rng used by org.apache.commons.rng.simple.internalClassDescriptionApplies to generators whose internal state can be saved and restored.Applies to generators of random number sequences that follow a uniform distribution.