TRngStream.RandomUniform Method

procedure RandomUniform(Dst: TMtxVec; a: Double; b: Double);

Generates an array of samples distributed by Uniform distribution.

#NameTypeDescription
1DstTMtxVecsource TVec or TMtx
2aDoublescalar
3bDoublescalar

Result: stored in self (calling object)

Remarks:

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