fast-shuffle

A fast implementation of a fisher-yates shuffle that does not mutate the source array.

shuffle-obj-arrays

Shuffles the arrays of the given object (map) using @shuffle-array

shuffle-array

Randomize the order of the elements in a given array.