[−][src]Module codegame::prelude::distributions
Structs
| Alphanumeric | Sample a |
| Bernoulli | The Bernoulli distribution. |
| Beta | Deprecated The Beta distribution with shape parameters |
| Binomial | Deprecated The binomial distribution |
| Cauchy | Deprecated The Cauchy distribution |
| ChiSquared | Deprecated The chi-squared distribution |
| Dirichlet | Deprecated The dirichelet distribution |
| DistIter | An iterator that generates random values of |
| Exp | Deprecated The exponential distribution |
| Exp1 | Deprecated Samples floating-point numbers according to the exponential distribution,
with rate parameter |
| FisherF | Deprecated The Fisher F distribution |
| Gamma | Deprecated The Gamma distribution |
| LogNormal | Deprecated The log-normal distribution |
| Normal | Deprecated The normal distribution |
| Open01 | A distribution to sample floating point numbers uniformly in the open
interval |
| OpenClosed01 | A distribution to sample floating point numbers uniformly in the half-open
interval |
| Pareto | Deprecated Samples floating-point numbers according to the Pareto distribution |
| Poisson | Deprecated The Poisson distribution |
| Standard | A generic random value distribution, implemented for many primitive types. Usually generates values with a numerically uniform distribution, and with a range appropriate to the type. |
| StandardNormal | Deprecated Samples floating-point numbers according to the normal distribution
|
| StudentT | Deprecated The Student t distribution, |
| Triangular | Deprecated The triangular distribution. |
| Uniform | Sample values uniformly between two bounds. |
| UnitCircle | Deprecated Samples uniformly from the edge of the unit circle in two dimensions. |
| UnitCircleInside | |
| UnitSphereSurface | Deprecated Samples uniformly from the surface of the unit sphere in three dimensions. |
| Weibull | Deprecated Samples floating-point numbers according to the Weibull distribution |
| WeightedIndex | A distribution using weighted sampling to pick a discretely selected item. |
Enums
| BernoulliError | Error type returned from |
| WeightedError | Error type returned from |
Traits
| Distribution | Types (distributions) that can be used to create a random instance of |