[#InsecureRandomContext-min] = xref:InsecureRandomContext.adoc[InsecureRandomContext]::min :relfileprefix: ../ :mrdocs: Smallest value the generator can produce. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static uint64_t min() noexcept; ---- == Return Value 0, the lower bound of the output range. [.small]#Created with https://www.mrdocs.com[MrDocs]#