np.random.randn(size) :由一個平均為0,變異數為1的高斯分布中隨機取點,並以list儲存 ... random.uniform(low,hight) :在low<= output <=hight之間產生一個浮點數
確定! 回上一頁