Generate pseudorandom numbers drawn from a normal distribution.
Normally distributed pseudorandom numbers.
Smallest positive double-precision floating-point normal number.
Normal distribution quantile function.
Normal distribution probability density function (PDF).
Smallest positive normalized half-precision floating-point number.
Normal distribution cumulative distribution function (CDF).
Smallest positive normalized single-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Random numbers.
Statistical routines and probability distributions.
A 32-bit Mersenne Twister pseudorandom number generator.
Common APIs shared across base pseudorandom number generators.
Beta distributed pseudorandom numbers.
Uniformly distributed pseudorandom numbers between 0 and 1.
The minimum biased base 2 exponent for a normal double-precision floating-point number.
Normal distribution skewness.
Round a double-precision floating-point number toward zero.
Uniformly distributed pseudorandom numbers.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
Normal distribution moment-generating function (MGF).