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

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

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