ChartDirector 7.1 (C++ Edition)

RanSeries.fillSeries


Usage

void fillSeries(double* ret, int len, double minValue, double maxValue);

Description

Fill an array with independent random numbers.

Arguments

ArgumentDefaultDescription
ret(Mandatory)The array to be filled.
len(Mandatory)The number of random numbers to generate.
minValue(Mandatory)The minimum value of the random number.
maxValue(Mandatory)The maximum value of the random number.

Return Value

None