RandomSample
create a random sample for the arguments of the
items
.
randomly picks
n
items from items. Each pick in then
picks happens after the previous items picked have been removed from items, so each item can be picked at most once.
Examples
Implementation status
- ✅ - full supported