Discrete Distributions
This section describes routines for generating random numbers with discrete distribution.
Parent topic:
Distribution Generators
vRngUniform
Generates random numbers uniformly distributed over the interval
[
a
,
b
)
.
vRngUniformBits
Generates bits of underlying BRNG integer recurrence.
vRngUniformBits32
Generates uniformly distributed bits in 32-bit chunks.
vRngUniformBits64
Generates uniformly distributed bits in 64-bit chunks.
vRngBernoulli
Generates Bernoulli distributed random values.
vRngGeometric
Generates geometrically distributed random values.
vRngBinomial
Generates binomially distributed random numbers.
vRngHypergeometric
Generates hypergeometrically distributed random values.
vRngPoisson
Generates Poisson distributed random values.
vRngPoissonV
Generates Poisson distributed random values with varying mean.
vRngNegBinomial
Generates random numbers with negative binomial distribution.