Uses of Package
org.apache.commons.rng
-
Packages that use org.apache.commons.rng Package Description 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.org.apache.commons.rng.core Base classes for thegeneration of uniformly distributed random numbers
.org.apache.commons.rng.core.source32 Concrete algorithms forint
-based sources of randomness.org.apache.commons.rng.core.source64 Concrete algorithms forlong
-based sources of randomness.org.apache.commons.rng.core.util This package contains utilities to combine/split primitive types.org.apache.commons.rng.sampling This package provides sampling utilities.org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions.org.apache.commons.rng.sampling.shape This package contains classes for sampling coordinates from shapes, for example a unit ball.org.apache.commons.rng.simple This package providesfactory methods
by which low-level classes implemented in module "commons-rng-core" are instantiated. -
Classes in org.apache.commons.rng used by org.apache.commons.rng Class Description JumpableUniformRandomProvider Applies to generators that can be advanced a large number of steps of the output sequence in a single operation.RandomProviderState Marker interface for objects that represents the state of a random generator.SplittableUniformRandomProvider 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).UniformRandomProvider 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 Class Description RandomProviderState Marker interface for objects that represents the state of a random generator.RestorableUniformRandomProvider Applies to generators whose internal state can be saved and restored.UniformRandomProvider 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.source32 Class Description JumpableUniformRandomProvider Applies to generators that can be advanced a large number of steps of the output sequence in a single operation.LongJumpableUniformRandomProvider Applies to generators that can be advanced a very large number of steps of the output sequence in a single operation.RestorableUniformRandomProvider Applies to generators whose internal state can be saved and restored.SplittableUniformRandomProvider 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).UniformRandomProvider 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.source64 Class Description JumpableUniformRandomProvider Applies to generators that can be advanced a large number of steps of the output sequence in a single operation.LongJumpableUniformRandomProvider Applies to generators that can be advanced a very large number of steps of the output sequence in a single operation.RestorableUniformRandomProvider Applies to generators whose internal state can be saved and restored.SplittableUniformRandomProvider 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).UniformRandomProvider 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.util Class Description SplittableUniformRandomProvider 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).UniformRandomProvider Applies to generators of random number sequences that follow a uniform distribution. -
Classes in org.apache.commons.rng used by org.apache.commons.rng.sampling Class Description UniformRandomProvider Applies to generators of random number sequences that follow a uniform distribution. -
Classes in org.apache.commons.rng used by org.apache.commons.rng.sampling.distribution Class Description UniformRandomProvider Applies to generators of random number sequences that follow a uniform distribution. -
Classes in org.apache.commons.rng used by org.apache.commons.rng.sampling.shape Class Description UniformRandomProvider 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 Class Description RestorableUniformRandomProvider Applies to generators whose internal state can be saved and restored.UniformRandomProvider Applies to generators of random number sequences that follow a uniform distribution.