array.sort()
로 랜덤 소팅 vsFisher-Yates
알고리즘 비교 블로그 : https://cpro95.tistory.com/504
배열 요소 랜덤으로 정렬하기
설명
array.sort()
는 편차가 심해서 랜덤에는 적합하지 않다.
Fisher-Yates
알고리즘이 추천된다.Tags
array.sort()
는 편차가 심해서 랜덤에는 적합하지 않다.
Fisher-Yates
알고리즘이 추천된다.array.sort()
로 랜덤 소팅 vs Fisher-Yates
알고리즘 비교 블로그 : https://cpro95.tistory.com/504