Skip to content

Instantly share code, notes, and snippets.

@goliatone
Created December 15, 2013 21:01
Show Gist options
  • Save goliatone/7978048 to your computer and use it in GitHub Desktop.
Save goliatone/7978048 to your computer and use it in GitHub Desktop.
make UUID
function makeUUID(){
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
.replace(/[xy]/g,function(a,b){r eturn b = Math.random()*16, (a=="y"? b&3|8: b|0).toString(16)});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment