Samples a random integer with up to `max_bits` bits. A number with `i` is chosen with probability proportional to `2^-i`.
(rng: &mut impl Rng, max_bits: u32)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected