Shuffles an array uniformly after copying it, returning the copy.
This uses the Fisher–Yates algorithm.
type of the item
the array
random number generator
Shuffles an array uniformly after copying it, returning the copy.
This uses the Fisher–Yates algorithm.