ChartDirector 7.1 (C++ Edition)
RanSeries.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
ret | (Mandatory) | The array to be filled. |
len | (Mandatory) | The number of random values to generate. |
startValue | (Mandatory) | The first value in the sequence. |
minDelta | (Mandatory) | The minimum change between two consecutive numbers. |
maxDelta | (Mandatory) | The maximum change between two consecutive numbers. |
lowerLimit | [-Infinity] | The minimum allowed value of the numbers. |
upperLimit | [+Infinity] | The maximum allowed value of the numbers. |
Return Value