public static randn(size as Int) as NDArray<T>:
Creates a 1D NDArray sampled from a normal-like distribution.
size
A random 1D NDArray with mean close to 0.
0
a = NDArray<Double>.randn(8) print(a)