Places the items in the array in random order. The array is shuffled in-place, no copy is created. The returned array is exactly the passed array.
The type of the elements in the array.
The array to shuffle.
The passed array in random order.
Places the items in the array in random order. The array is shuffled in-place, no copy is created. The returned array is exactly the passed array.