Common APIs shared across base pseudorandom number generators.
Random numbers.
Uniformly distributed pseudorandom numbers.
A 32-bit Mersenne Twister pseudorandom number generator.
Round a double-precision floating-point number toward zero.
Gamma distribution cumulative distribution function (CDF).
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.
Chi-squared distribution cumulative distribution function (CDF).
Uniformly distributed pseudorandom numbers between 0 and 1.
Beta distributed pseudorandom numbers.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
Beta distribution quantile function.
Compute the absolute value of a double-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
Discrete uniform distributed pseudorandom numbers.
Test if a double-precision floating-point numeric value is infinite.
Degenerate distribution quantile function.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Gamma distributed pseudorandom numbers.