Function random_bitvec

Source
pub fn random_bitvec<R: Rng>(n: usize, density: f64, rng: &mut R) -> Vec<bool>