У np.random.randint есть семя
np.random.seed(0)
np.random.randint(10, size = 5)
Fair Finch
np.random.seed(0)
np.random.randint(10, size = 5)