Shuffle a list using the seeded rng. Utilises the Fisher-Yates algorithm.
An array of items.
A new shuffled array of items.
Shuffle a list using the seeded rng. Utilises the Fisher-Yates algorithm.