Function seed_rand_array

Source
pub fn seed_rand_array<A>(size: usize, seed: u64, null_ratio: f64) -> A
where A: Array, A::OwnedItem: RandValue,