• Shuffle a list using the seeded rng. Utilises the Fisher-Yates algorithm.

    Type Parameters

    • T

    Parameters

    • items: T[]

      An array of items.

    Returns T[]

    A new shuffled array of items.