Function autograd::ops::random_normal [] [src]

pub fn random_normal<T: ArrayLike>(shape: &T, mean: f64, stddev: f64) -> Tensor

Outputs values sampled from the normal distribution.