normal_array

Function normal_array 

Source
pub fn normal_array<Sh>(
    shape: Sh,
    mean: f64,
    std: f64,
) -> ArrayBase<OwnedRepr<f64>, Dim<IxDynImpl>>
where Sh: Into<Dim<IxDynImpl>>,
Expand description

Generate a random array with normal distribution