Exponentially distributed pseudorandom numbers.
Exponential function.
Natural exponential function.
Laplace (double exponential) distributed pseudorandom numbers.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Compute exp(x) - 1.
Round a double-precision floating-point number toward zero.
Evaluate bˣ - 1.
Common APIs shared across base pseudorandom number generators.
A 32-bit Mersenne Twister pseudorandom number generator.
Uniformly distributed pseudorandom numbers between 0 and 1.
Beta distributed pseudorandom numbers.
Degenerate distribution cumulative distribution function (CDF).
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.
Chi-squared distribution cumulative distribution function (CDF).
Gamma distribution cumulative distribution function (CDF).
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
Discrete uniform distributed pseudorandom numbers.
Base pseudorandom number generators.
Exponential distribution quantile function.
Gamma distributed pseudorandom numbers.