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