JavaScriptで配列をシャッフルする方法 - Qiita

調べていて多かったもの。Array.prototype.sort()を用いる方法例:array.sort(function() { Math.random() - .5; });最小計算量は…