构造一个随机数生成器。它对 np.random 中的独立函数没有任何影响,但必须显式使用: >>> rng = np.random.RandomState(42) >>> rng.randn(4) array([ 0.49671415, ...
確定! 回上一頁