fast-shuffle
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
knuth-shuffle
The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
shuffle-words
Shuffle the words in a string and optionally the letters in each word using the Fisher-Yates algorithm. Useful for creating test fixtures, benchmarking samples, etc.
inthash
Efficient integer hashing library using Knuth's multiplicative method for Javascript and Typescript, perfect for obfuscating sequential numbers.