The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support
TimothyGuover 2 years agoThe Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
coolaj86over 2 years agoShuffle 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.
jonschlinkertover 2 years ago