[][src]Function qmc::sse::qmc_traits::rvb::contiguous_bits

pub fn contiguous_bits<R: Rng>(r: &mut R) -> usize

Get returns n with chance 1/2^(n+1) Chance of failure is 1/2^(2^64) and should therefore be acceptable.