[#FastRandomContext-rand64] = xref:FastRandomContext.adoc[FastRandomContext]::rand64 :relfileprefix: ../ :mrdocs: Generate a random 64‐bit integer. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t rand64() noexcept; ---- == Return Value A random 64‐bit value. [.small]#Created with https://www.mrdocs.com[MrDocs]#