knuth-shuffle-seeded
popularThe Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support
Updated by @timothygu
@stdlib/random-base-minstd-shuffle
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Updated by @stdlib-bot
shuffle-letters
A JavaScript library to shuffle the text content of a DOM element with an animated effect.
Updated by @georapbox
fast-shuffle
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
Updated by @philihp
shufflable-array
Extended javascript native Array with an additional (in-place) shuffle() method
Updated by @mirismaili