pub fn generate_random_array(n: usize) -> Float32Array
Expand description
Create a random float32 array where each element is uniformly distributed between [0..1]
pub fn generate_random_array(n: usize) -> Float32Array
Create a random float32 array where each element is uniformly distributed between [0..1]