public static randn(shape as IList<Int>) as NDArray<T>:
Creates a NDArray sampled from a normal-like distribution using read-only shape dimensions.
A random NDArray with mean close to 0. klyn a = NDArray<Double>.randn([2, 3]) print(a)
0
klyn a = NDArray<Double>.randn([2, 3]) print(a)