sroucheray.org/blog/2009/11/array-sort-should-not-be-used-to-shuffle-an-array

When a developer searches the web for an algorithm to shuffle an array in JavaScript or ActionScript, he will surely find a way to achieve that using the Array.sort() method (see references : JavaScript, ActionScript 3)...


Comments (0)

Sign in to post comments.