[#FastRandomContext-randbool] = xref:FastRandomContext.adoc[FastRandomContext]::randbool :relfileprefix: ../ :mrdocs: Generate a random boolean. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool randbool() noexcept; ---- == Return Value A random true or false value. [.small]#Created with https://www.mrdocs.com[MrDocs]#