Pseudorandom number generator strided array functions.
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
Strided.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a Complex64Array as a Float32Array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
Reinterpret a BooleanArray as a Uint8Array.
Standard math.
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
Apply a nullary callback and assign results to elements in a strided output array.
Fill a strided array with pseudorandom numbers drawn from a gamma distribution.
Fill a strided array with pseudorandom numbers drawn from an arcsine distribution.
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
Fill a strided array with pseudorandom numbers drawn from an exponential distribution.
Random numbers.
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.
Fill a strided array with pseudorandom numbers drawn from a geometric distribution.
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.