Python random getstate() 方法
-
定义和用法
getstate()方法返回一个具有随机数生成器当前状态的对象。使用setstate()方法捕获状态,并使用具有捕获状态的方法恢复状态 -
实例
-
语法
random.getstate()
-
参数
参数 必需的 描述 无