PokéRogue
    Preparing search index...

    Function randSeedShuffle

    • Shuffle an array using seeded RNG via the Fisher-Yates algorithm.

      Type Parameters

      • T

      Parameters

      • items: T[]

        The array to shuffle; will be mutated

      Returns T[]

      A reference to the same items array, now shuffled in place.