Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

  • shuffle(array: any[]): void
  • Shuffles the given array in-place, using the Durstenfeld variation of the Fisher-Yates shuffle.

    Parameters

    • array: any[]

    Returns void