Shuffle a list in place using the seeded rng and the Fisher-Yates algorithm.
An array of items.
The same items array, now shuffled in place.
items
Shuffle a list in place using the seeded rng and the Fisher-Yates algorithm.