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

Generates uniformly distributed bits in 32-bit chunks

Pascal
procedure RandomUniformBits32(const Dst: TCardinalArray); overload;

Unlike RandomUniformBits, which provides the output of underlying integer recurrence and does not guarantee uniform distribution across bits, RandomUniformBits32 is designed to ensure each bit in the 32-bit chunk is uniformly distributed.

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