Generate the next random value, for the UniformRandomBitGenerator concept.
Synopsis
Declared in <random.h>
uint64_t
operator()() noexcept;
Return Value
A random 64‐bit value.
Created with MrDocs
Generate the next random value, for the UniformRandomBitGenerator concept.
Declared in <random.h>
uint64_t
operator()() noexcept;
A random 64‐bit value.
Created with MrDocs