Shuffles the elements of the given array to a random order.
The array to shuffle.
An array with every elements of the given array but in a random order.
Generated using TypeDoc
Shuffles the elements of the given array to a random order.