Create an iterator for generating pseudorandom numbers drawn from a normal distribution.
Normally distributed pseudorandom numbers.
Smallest positive double-precision floating-point normal number.
Random numbers.
Normal distribution quantile function.
Normal distribution probability density function (PDF).
Normal distribution cumulative distribution function (CDF).
Smallest positive normalized single-precision floating-point number.
Standard iterator utilities.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Smallest positive normalized half-precision floating-point number.
Standard math.
Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.
Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.
Common APIs shared across base pseudorandom number generators.
A 32-bit Mersenne Twister pseudorandom number generator.
The minimum biased base 2 exponent for a normal double-precision floating-point number.
Return an iterator's length.
Uniformly distributed pseudorandom numbers between 0 and 1.
Statistical routines and probability distributions.
Normal distribution skewness.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Uniformly distributed pseudorandom numbers.
Standardized module functions free of business logic