Normally distributed pseudorandom numbers.
Normal distribution quantile function.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Normal distribution probability density function (PDF).
Normal distribution cumulative distribution function (CDF).
Random numbers.
A 32-bit Mersenne Twister pseudorandom number generator.
Common APIs shared across base pseudorandom number generators.
Smallest positive double-precision floating-point normal number.
Uniformly distributed pseudorandom numbers between 0 and 1.
Degenerate distribution cumulative distribution function (CDF).
Round a double-precision floating-point number toward zero.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Uniformly distributed pseudorandom numbers.
Chi-squared distribution cumulative distribution function (CDF).
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Gamma distribution cumulative distribution function (CDF).
Discrete uniform distributed pseudorandom numbers.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
The minimum biased base 2 exponent for a normal double-precision floating-point number.
Beta distributed pseudorandom numbers.
Normal distribution skewness.
Generate string from a token array by interpolating values.