pub fn lecun_normal<T, D>(shape: impl IntoDimension<Dim = D>) -> Array<T, D>where D: Dimension, T: Real + ScalarOperand, StandardNormal: Distribution<T>,