knuth-shuffle-seeded
The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support
The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support
The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
Cryptographically secure shuffle using the Fisher-Yates algorithm. The browser's (or NodeJS) crypto services are used to generate strong random numbers.
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
A compact module to randomly sort an Array
fisher-yates shuffle for immutable.js lists
An implementation of the Durstenfeld algorithm for shuffling collections.
Unsorts (shuffles) arbitrary array
Cryptographically secure shuffle using the Durstenfeld algorithm with a CSPRNG.
Fisher-Yates Shuffle Implementation
cryptographically-secure random shuffle of array entries with the Fisher-Yates algorithm
A simple module to shuffle any sequence with the Fisher-Yates algorithm
The shuffling algorithm that DOES NOT use Math.random()
A set of math utilities for working with random numbers/arrays.
Creates a new randomized array
Customizable Fisher-Yates shuffle
A JavaScript utility for shuffling arrays