A random boolean: whether the next 32-bit draw is even (the reference's rng_random_bool).
rng_random_bool
Optional
InvalidGenerator when the generator has no callable nextU32, or it returns something other than an integer in [0, 2^32 - 1].
InvalidGenerator
nextU32
[0, 2^32 - 1]
A random boolean: whether the next 32-bit draw is even (the reference's
rng_random_bool).