Summary
Generates an array of samples distributed by Gaussian distribution.
Class
TRngStream
Declaration
Procedure RandomGaussian(Dst: TMtxVec; mu, sigma: TSample; Method: TGaussRandMethod = grmBoxMuller);
Description
Returns random numbers distributed according to the Gaussian probability density function (PDF) as defined here
NormalPDF. The number of samples generated is defined with the Dst.Length parameter. The result is an array which can be accessed via Dst.Values property.
| Copyright 2008 Dew Research |
http://www.dewresearch.com