If you set the random seed using np.random.seed(123) , you can retrieve the random state as a tuple using state = np.random.get_state() . Below ...
確定! 回上一頁