The name of this object refers to Pattern Urn. Random selection is applied to an input list until all elements are returned once. After that the process repeats itself according the repeat argument. Make sure that the input list elements are not identical because this can cause an infinite loop to occur.
list |
Input list data. Make sure the list elements are not identical this can cause a loop! |
repeat |
The number of repeats of the selection process until an array is empty. |