public static random(shape as IList<Int>) as NDArray<T>:
Creates a NDArray with random values in [0, 1) using read-only shape dimensions.
[0, 1)
A random NDArray. klyn a = NDArray<Double>.random([2, 2]) print(a)
klyn a = NDArray<Double>.random([2, 2]) print(a)