|
|
|
|
|
%randSelectMultiUnique()
Aliases | %randSelectMultiUnique( ) |
---|
Parameters | array @candidates, @total, [, number max [, string @chanceKey [, string @returnKey]]] |
---|
|
Selects and returns an array of at most @total entries from an array of candidates. The returned entries will be unique which may cause less items to be returned than @total if there are less candidates than @total.
For full details on the parameters, see the help for %randSelect(). |
See Also | %randSelect(), %randSelectMulti() |
---|
|
|
|
|
|
|
|
|