Repeating List Sequence
!! No backward compatibility guarantees !! Reuse at your own risk
We saw in benchmarks that using a specialised version which does not need to pass getElementAt (e.g. to IntRepeatingSequence) is significantly faster, hence the specialised version for List and Array. On the other hand, it was not worth to introduce a specialised Iterator, I guess JIT inlines getElementAt so there's no difference
Since
2.0.0
Functions
Concatenates all given OrderedArgsGenerator resulting in an OrderedArgsGenerator which yields the values of the first OrderedArgsGenerator, then the second generator ... up to the values of the last generator and then starting over.
Concatenates all given SemiOrderedArgsGenerator resulting in an SemiOrderedArgsGenerator which yields the values of the first SemiOrderedArgsGenerator, then the second generator ... up to the values of the last generator and then starting over.
Takes the given amount of elements from this Sequence (likewise Sequence.take) but in a random way based on the configured VariistConfig.seed.