Function

chooseMultiple

(lst: T[], count: number): T[]

Choose multiple random items from a list.

param lst - The list to choose from.

param count - The number of items to choose.

returns An array of random items from the list.

since v3001.0

group Random

kaplay logo

Layer

Miscellaneous