How to have multiple numpy random generating objects with different seeds t the same time

前端 未结 0 1257
春和景丽
春和景丽 2020-12-16 05:36

To describe what I mean, consider the following dummy example:

import numpy as np1
import numpy as np2

seed1 = 1
seed2 = 2

np1.random.seed(seed1)
np2.random         


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