Skip to content

Instantly share code, notes, and snippets.

@ivanmalagon
Created June 7, 2018 09:49
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 ivanmalagon/c96530a5fd1289920ee6833e60d3e811 to your computer and use it in GitHub Desktop.
Save ivanmalagon/c96530a5fd1289920ee6833e60d3e811 to your computer and use it in GitHub Desktop.
UID GENERATOR
function S4 () {
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment