void RandomUniformBits32(const DewArray<unsigned int> &Dst);
Generates uniformly distributed bits in 32-bit chunks
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | const DewArray<unsigned int> & |
Remarks:
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.
Declared in Dew::Math::TRngStream · Dew.Math/RndGenerators.h · Cross-compiler