Skip to content

Instantly share code, notes, and snippets.

@niceaji
Created April 29, 2013 13:16
Show Gist options
  • Save niceaji/5481510 to your computer and use it in GitHub Desktop.
Save niceaji/5481510 to your computer and use it in GitHub Desktop.
randomID = function(a,b) {
b=b||16;
return Array(a||32).join(0).replace(/0/g,function(){return(0|Math.random()*b).toString(b)});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment