Skip to content

Instantly share code, notes, and snippets.

@monyskynet
Created September 6, 2013 04:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monyskynet/6459535 to your computer and use it in GitHub Desktop.
Save monyskynet/6459535 to your computer and use it in GitHub Desktop.
function S4() {
return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
}
function guid() {
return (S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment