chooseMultiple<T>(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
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