FillRandomNormal
Declaration: |
TDataTable.FillRandomNormal (LowCol, HighCol, LowRow, HighRow: integer; Mean, StdDev: double); |
The method FillRandomNormal sets all elements of the data table in the rectangular region controlledy by the parameters LowCol, HighCol, LowRow and HighRow to normally distributed random values with a mean of Mean and a standard deviation of StdDev.
|
Hint: |
Setting both the low and high parameter of a dimension (i.e. LowCol and HighCol) to zero values forces the method to use all elements of that dimension. |
|