@ironarachne/rng
    Preparing search index...

    Function randomSet

    • Returns a random set of items from an array.

      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.