arr = np.arange(10) >>> np.random.shuffle(arr) >>> arr [1 7 5 2 9 4 3 6 0 8]. This function only shuffles the array along the first index of a ...
確定! 回上一頁