How to create a random Matrix in Python without duplicating integers?

前端 未结 0 1244
闹比i
闹比i 2020-12-16 05:58

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题