Dew MtxVec NET
TRngStream.RandomCauchy Method
Summary
Generates an array of samples distributed by Cauchy distribution.

Class
TRngStream

Declaration
Procedure RandomCauchy(Dst: TMtxVec; mu, b: TSample);

Description
Returns random numbers distributed according to to the Cauchy probability density function (PDF) as defined here CauchyPDF. 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