public static randint(min as T, max as T, shape as Tuple) as NDArray<T>:
a = NDArray<Int>.randint(1, 3, (2, 2)) print(a)