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