Sample elements from an array-like object.
Random numbers.
Uniformly distributed pseudorandom numbers.
A 32-bit Mersenne Twister pseudorandom number generator.
Common APIs shared across base pseudorandom number generators.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Uniformly distributed pseudorandom numbers between 0 and 1.
Beta distributed pseudorandom numbers.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
Gamma distribution cumulative distribution function (CDF).
Round a double-precision floating-point number toward zero.
Discrete uniform distributed pseudorandom numbers.
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
Gamma distributed pseudorandom numbers.
Beta distribution quantile function.
Normally distributed pseudorandom numbers.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Degenerate distribution cumulative distribution function (CDF).
Logistic distributed pseudorandom numbers.
Bernoulli distributed pseudorandom numbers.
Poisson distributed random numbers.