numpy.random.seed(0);numpy.random.rand(4)array([ 0.55, 0.72, ... numpy.random.shuffle对numpy的数组进行重新随机排序,如果是多维数组,按照第一维进行随机排序。
確定! 回上一頁