y=lab.randn(n)
returns a one-dimensional tensor of size n filled with random numbers from a normal distribution with mean zero and variance one.
y=lab.randn(m,n)
returns a mxn tensor of random numbers from a normal distribution with mean zero and variance one.