numpy.random.normal(loc = 0.0,scale = 1.0,size = None):創建一個指定形狀的數組,並用隨機值填充它,這實際上是Normal(Gaussian)Distribution的一部分。
確定! 回上一頁