TRngStream.RandomUniformI Method

procedure RandomUniformI(Dst: TMtxVecInt; a: Integer; b: Integer);

Generates an array of integer samples distributed by Uniform distribution.

#NameTypeDescription
1DstTMtxVecIntsource TVecInt or TMtxInt
2aInteger
3bInteger

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. Dst is automatically resized to store 32bit integers, if needed.