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

Generates integer random values with Uniform bit distribution.

Pascal
procedure RandomUniformBitsI(const Dst: TMtxVecInt);

Lower bits can be less random than higher bits depending on the random generator used. The number of samples generated is defined with the Dst.Length parameter. Dst is automatically resized to store 32bit integers, if needed. The result is an array of integers.

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