Generates random numbers with Gaussian distribution.
function RandG(Mean: Extended; StdDev: Extended): Extended;
Extended RandG(Extended Mean, Extended StdDev);
Math
RandG produces random numbers with Gaussian distribution about the Mean. This is useful for simulating data with sampling errors and expected deviations from the Mean.