[#FastRandomContext-max] = xref:FastRandomContext.adoc[FastRandomContext]::max :relfileprefix: ../ :mrdocs: Largest value the generator can produce. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static uint64_t max() noexcept; ---- == Return Value The maximum representable uint64_t value. [.small]#Created with https://www.mrdocs.com[MrDocs]#