Skip to content

Instantly share code, notes, and snippets.

@maxtortime
Last active July 3, 2016 19:08
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 maxtortime/daed8c856a1719ab30766b6637f14a01 to your computer and use it in GitHub Desktop.
Save maxtortime/daed8c856a1719ab30766b6637f14a01 to your computer and use it in GitHub Desktop.
(function() {
var num;
sorted(random.sample([
(function() {
var i, len, ref, results;
ref = range(1, 46);
results = [];
for (i = 0, len = ref.length; i < len; i++) {
num = ref[i];
results.push(num);
}
return results;
})()
], 6));
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment