Randomly splits items.

icevision_RandomSplitter(probs, seed = NULL)

Arguments

probs

`Sequence` of probabilities that must sum to one. The length of the `Sequence` is the number of groups to to split the items into.

seed

Internal seed used for shuffling the items. Define this if you need reproducible results.

Value

None