Creates an array of shuffled values, using a version of the Fisher-Yates shuffle.
The collection to shuffle.
Returns the new shuffled array.
_.shuffle
Creates an array of shuffled values, using a version of the Fisher-Yates shuffle.