Creates an array of shuffled values, using a version of the Fisher-Yates shuffle. (This is lodash's implementation).
The array to shuffle.
Returns the new shuffled array.
0.0.7
Creates an array of shuffled values, using a version of the Fisher-Yates shuffle. (This is lodash's implementation).