void RandomUniformBits64(UInt64[] Dst)
Generates uniformly distributed bits in 64-bit chunks
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | UInt64[] |
Result: stored in self (calling object)
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.