Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Random numbers.
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support
Randomize the order of the elements in a given array.
Randomize the order of items in an array
TypeScript definitions for shuffle-array
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.
Test if a value is an array.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Typical random-related functions for JavaScript.
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
Uint32Array.
Uint16Array.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Float32Array.
TypeScript definitions for knuth-shuffle-seeded
Shuffle elements of an array-like object.