例子2,随机数种子参数的作用. import numpy as np if __name__ == '__main__': i = 0 np.random.seed(0) while (i < 3): print(np.random.randn(1, ...
確定! 回上一頁