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