pub fn create_boolean_array_with_seed(
size: usize,
null_density: f32,
true_density: f32,
seed: u64,
) -> BooleanArraywhere
StandardUniform: Distribution<bool>,Expand description
Creates a random array of a given size and null density based on the provided seed