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

Generates uniformly distributed bits in 64-bit chunks

Pascal
procedure RandomUniformBits64(const Dst: TUInt64Array); overload;

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

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