You are here: Symbol Reference > RndGenerators Namespace > Classes > TRngStream Class > public > TRngStream.RandomUniformI Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TRngStream.RandomUniformI Method

Generates an array of integer samples distributed by Uniform distribution.

Pascal
procedure RandomUniformI(const Dst: TMtxVecInt; const a: integer; const b: integer);

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!