PokéRogue
    Preparing search index...

    Function randSeedShuffle

    • Shuffle a list in place using the seeded rng and the Fisher-Yates algorithm.

      Type Parameters

      • T

      Parameters

      • items: T[]

        An array of items.

      Returns T[]

      The same items array, now shuffled in place.