chooseMultiple<T>(lst: T[] , count: number ): T[] Choose multiple random items from a list.paramlst- The list to choose from.paramcount- The number of items to choose.returnsAn array of random items from the list.sincev3001.0groupRandom