1. shuffle은 inplace=True로 섞어준다.

2. permutation은 array를 반환한다.

3. permutation에 int1개만 넣으면, 그만큼 np.arange()를 만들어서 0부터 n-1개까지 shuflle후 array를 반환해준다.

+ Recent posts