[#RandomMixin-01-max] = xref:RandomMixin-01.adoc[RandomMixin]::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]#