RandomChoice
randomly picks one
item
from items.
randomly picks
n
items from items. Each pick in then
picks happens from the given set of items, so each item can be picked any number of times.
randomly picks items from items and arranges the picked items in the nested list structure described by {n1, n2, …}.
randomly picks n items from items and uses the corresponding numeric values in weights to determine how probable it is for each item in items to get picked (in the long run, items with higher weights will get picked more often than ones with lower weight).
randomly picks one item from
items
using weightsweights
.
randomly picks a structured list of items from
items
using weightsweights
.
Examples
Implementation status
- ✅ - full supported