Function randomSet

  • This function takes an array and returns a random set of items from it.

    Parameters

    • itemCount: number

      The number of items to return

    • items: any[]

      The array to get the items from

    Returns any[]

    • A random set of items from the array

Generated using TypeDoc