Shuffles an array. Mutates the original array
The type of array to be shuffled
The array to shuffle
The random number generator to utilize
The shuffled array
Shuffles an array. Mutates the original array