pub fn create_boolean_array(
size: usize,
null_density: f32,
true_density: f32,
) -> BooleanArraywhere
StandardUniform: Distribution<bool>,Expand description
Creates a random (but fixed-seeded) array of a given size and null density