• Reorder an array in place. Uses the Fisher-Yates shuffle algorithm.

    Type Parameters

    • T

    Parameters

    • ts: T[]

      an array of things

    Returns T[]

    the shuffled array

Generated using TypeDoc