FillRandomNormal

Declaration: TDataTable.FillRandomNormal (LowCol, HighCol, LowRow, HighRow: integer; Mean, StdDev: double;
The method FillRandomNormal sets all elements of the data table to normally distributed random values with a mean of Mean and a standard deviation of StdDev. The parameters LowCol, HighCol, LowRow and HighRow specify the rectangular region of the data table to be filled.

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.