pub fn randn<T>(dims: Dim4) -> Array<T>where T: HasAfEnum + FloatingPoint,
Create random numbers from normal distribution
dims
An Array with random values.