Skip to main content

normal_array

Function normal_array 

Source
pub fn normal_array<Sh: Into<IxDyn>>(
    shape: Sh,
    mean: f64,
    std: f64,
) -> Array<f64, IxDyn>
Expand description

Generate a random array with normal distribution