Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Random numbers.
Float32Array.
Return a function which tests if every element in an array passes a test condition.
Float64Array.
Uint8Array.
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.
Uint32Array.
Uint16Array.
Test if a value is an array.
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Buffer.
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
Create a zero-filled generic array.
Round a double-precision floating-point number toward zero.
Create a filled generic array.
Generate string from a token array by interpolating values.
A 32-bit Mersenne Twister pseudorandom number generator.
Common APIs shared across base pseudorandom number generators.