Hat np.random.randint einen Samen?
np.random.seed(0)
np.random.randint(10, size = 5)
Fair Finch
np.random.seed(0)
np.random.randint(10, size = 5)