Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created February 2, 2013 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/4699612 to your computer and use it in GitHub Desktop.
Save tmcw/4699612 to your computer and use it in GitHub Desktop.
// include underscore.js
require('http://underscorejs.org/underscore.js');
// use it
var x = _.shuffle(_.range(0,10));
x;
x[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment