randn(d1,d2,..dn) — Return a sample/s from the “standard normal” distribution, for given dimension. >>> np.random.randn(2,2)array([[ 0.6762164 , ...
確定! 回上一頁