Array module.
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
Student's t distribution quantile function.
Generate string from a token array by interpolating values.
Maximum length for a generic array.
Common APIs shared across base pseudorandom number generators.
Uint8ClampedArray.
A 32-bit Mersenne Twister pseudorandom number generator.
Maximum length for a typed array.
Tokenize a string into an array of string parts and format identifier objects.
Uniformly distributed pseudorandom numbers between 0 and 1.
Arrays.
Int16Array.
Int32Array.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Uniformly distributed pseudorandom numbers.
Test if a value is a Complex64Array.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Complex64Array.
Int8Array.
TypeScript definitions for shuffle-array
Test if an array-like object supports the accessor (get/set) protocol.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
TypeScript definitions for react-native-get-random-values