Fill a strided array with 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.
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a BooleanArray as a Uint8Array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Standard math.
Apply a nullary callback and assign results to elements in a strided output array.
Calculate the arithmetic mean of a strided array.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the variance of a strided array using a two-pass algorithm.
Random numbers.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Calculate the variance of a strided array.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Common APIs shared across base pseudorandom number generators.
A 32-bit Mersenne Twister pseudorandom number generator.
Uniformly distributed pseudorandom numbers between 0 and 1.
Return the minimum accessible index based on a set of provided strided array parameters.