Shuffle an array using seeded RNG via the Fisher-Yates algorithm.
The array to shuffle; will be mutated
A reference to the same items array, now shuffled in place.
items
Shuffle an array using seeded RNG via the Fisher-Yates algorithm.