The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support
The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
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.
Seedable random number generator supporting many common distributions.