Randomly selects without replacement from a set of values
<global>
value
Name | Type | Description |
---|---|---|
args | array | An array of elements or values. |
Randomly selects without replacement from a set of values:
noreplace(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
noreplace(0, 2.5, 5, 7.5, 10)