[#FastRandomContext-randbits-00] = xref:FastRandomContext.adoc[FastRandomContext]::randbits :relfileprefix: ../ :mrdocs: Same as above, but with compile‐time fixed bits count. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<int Bits> uint64_t randbits() noexcept; ---- == Return Value A random integer whose low `Bits` bits are random and the rest zero. [.small]#Created with https://www.mrdocs.com[MrDocs]#