Codinghorror Twitter Archive
← All Tweets
L
LeaVerou
@LeaVerou
Sep 11, 2018, 2:50:45 PM
Retweet
Ever need to shuffle an array? Sure, things like arr.sort(a => Math.random() - .5); are short, but produce biased results. Sa…
Original Link