TRngStream::RandomUniformBits64 Method

void RandomUniformBits64(const DewArray<unsigned long long> &Dst);

Generates uniformly distributed bits in 64-bit chunks

#NameTypeDescription
1Dstconst DewArray<unsigned long long> &
Remarks:

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.

Declared in Dew::Math::TRngStream · Dew.Math/RndGenerators.h · Cross-compiler