Purno:
Filter:
caAC-MLib/Common/Patterns/HelpSource/Classes (extension) | Streams-Patterns-Events > Patterns > List

Purno
ExtensionExtension

Random Series selection principles with repetition check.

Description

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.


Random Series selections output list.

Purno de Purno

Class Methods

.new

Arguments:

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.

Examples