My current solution to create a random matrix is
matrix = np.random.randint(low=n, high=m, size=(x,y))
Do you know a solution to not use an i