python數據分析之numpy的隨機函數

import numpy as np rand(d0,d1,d2,...dn)根據d0-dn創建隨機數組浮點數[0,1) 值爲均勻分佈 randn(d0,d1,d2....dn)根據d0-dn創建隨機數組,標準正態分佈 randint(low,high,shape)根據shape創建隨機數組 元素範圍爲[low,high) seed(s) 隨機數種子,s是給定的種子值  假如我們每次使用的隨機數種
相關文章
相關標籤/搜索