np.random.seed(0) makes the random numbers predictable >>> numpy.random.seed(0) ; numpy.random.rand(4) array([ 0.55, 0.72, ...
確定! 回上一頁