Uses of Package
org.apache.commons.rng
-
Packages that use org.apache.commons.rng Package Description org.apache.commons.math4.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math4.random Random Data Generationorg.apache.commons.math4.stat.inference Classes providing hypothesis testing.org.apache.commons.math4.stat.ranking Classes providing rank transformations.org.apache.commons.rng Randomness providers APIorg.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 randomnessorg.apache.commons.rng.core.source64 Concrete algorithms forlong-based sources of randomnessorg.apache.commons.rng.sampling Samplersorg.apache.commons.rng.sampling.distribution Distribution samplersorg.apache.commons.rng.simple Randomness providersorg.apache.commons.rng.simple.internal Utilities for seed conversion.org.apache.commons.statistics.distribution Implementations of common discrete and continuous distributions. -
Classes in org.apache.commons.rng used by org.apache.commons.math4.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.math4.random 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.math4.stat.inference 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.math4.stat.ranking 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 Class Description RandomProviderState Marker interface for objects that represents the state of a random generator.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 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.source64 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. -
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.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. -
Classes in org.apache.commons.rng used by org.apache.commons.rng.simple.internal Class Description RestorableUniformRandomProvider Applies to generators whose internal state can be saved and restored. -
Classes in org.apache.commons.rng used by org.apache.commons.statistics.distribution Class Description UniformRandomProvider Applies to generators of random number sequences that follow a uniform distribution.