Returns a new Data generator with the new dataMax.
Maximum value for the random data before addding the offset.
Returns a new Data generator with the new numberOfPoints.
How many points of data to generate
Returns a new Data generator with the new offsetDeltaMax.
Maximum change of offset during one step.
Returns a new Data generator with the new offsetDeltaMin.
Minimum change of offset during one step.
Returns a new Data generator with the new offsetStep.
How often to change the offset
Progressive random data generator. Generates random points with progressive X axis. The data is offset by an random amount. The data is random between the offset delta min and min + data max. Generated data is between 0 and 1.
To create a new instance of Progressive random data generator use createProgressiveRandomGenerator factory.