pub fn normal<T>(shape: &[usize], mean: T, std: T) -> Tensor<T>Expand description
Creates a tensor with normally distributed random values.
ยงArguments
shape- Shape of the tensormean- Mean of the distributionstd- Standard deviation of the distribution