Auto Index - when checked the node will automatically output all values within the Sequence range.
Index - manually select an index within the Sequence range.
Sequence - set a range of values to create a sequence within.
Randomize - when checked the values set in Sequence will be randomized.
Seed - set the seed used for Randomize.
Skip Indices - enter values which you want to omit from the range set within Sequence. Indices can be entered as comma or hyphen separated values. For example, entering 1, 5, 7:9
would omit the values 1, 5, 7, 8 and 9.
Example usage:
Add a String Generator to the Text.
Set it to Value.
Create a Sequence.
Set values for Sequence of 0 and 3.
Connect sequence.id > stringGenerator.number.
Create a Color Array.
Add and set 4 colors.
Connect sequence.id > colorArray.index.
If you now scrub Seed on the Sequence Atom you will get random values but you will never get the same value (or color) appearing twice.