Same as above, but with compile-time fixed bits count.
Declared in <random.h>
<random.h>
template<int Bits> uint64_t randbits() noexcept;
A random integer whose low Bits bits are random and the rest zero.
Bits