Uses of Package
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 Generation
|
| org.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 API
|
| org.apache.commons.rng.core |
Base classes for the
generation of uniformly distributed random numbers. |
| org.apache.commons.rng.core.source32 |
Concrete algorithms for
int-based sources of randomness |
| org.apache.commons.rng.core.source64 |
Concrete algorithms for
long-based sources of randomness |
| org.apache.commons.rng.sampling |
Samplers
|
| org.apache.commons.rng.sampling.distribution |
Distribution samplers
|
| org.apache.commons.rng.simple |
Randomness providers
|
| org.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.