Randomly shuffles the elements of an array in place using the Fisher–Yates algorithm.
The array to shuffle.
The same array, shuffled in place.
Randomly shuffles the elements of an array in place using the Fisher–Yates algorithm.