Flocc
    Preparing search index...

    Function shuffle

    • Creates an array of shuffled values, using a version of the Fisher-Yates shuffle. (This is lodash's implementation).

      Type Parameters

      • T

      Parameters

      • array: T[]

        The array to shuffle.

      Returns T[]

      Returns the new shuffled array.

      0.0.7