Aim: Looking at Sequences to generate data.
Series
Series generates generates numbers with ‘Start’ being the first number, ‘Step’ being the amount between each number and ‘Count’ being how many number there are in the series.
Range
The range takes two numbers and then divides the values inbetween into equal steps.
Domain
This component creates a numeric domain based upon the start and end numbers.
Fibonacci
This creates a numeric sequence that follows the pattern in nature that is used to create the Fibonacci spiral.
Random
Creates a random sequence of numbers.