Function autograd::ops::random_normal_rng [] [src]

pub fn random_normal_rng<T: ArrayLike, R: Rng + 'static>(
    arr_rng: ArrRng<R>,
    shape: &T,
    mean: f64,
    stddev: f64
) -> Tensor

Outputs values sampled from the normal distribution.