Skip to content

Instantly share code, notes, and snippets.

@lalitkale
Last active July 6, 2019 18:00
Show Gist options
  • Save lalitkale/b14e755eda6a44455da435cea981d3ac to your computer and use it in GitHub Desktop.
Save lalitkale/b14e755eda6a44455da435cea981d3ac to your computer and use it in GitHub Desktop.
Generate UUID
/**
* https://gist.github.com/LeverOne/1308368
*/
function uuid (a,b){for(b=a='';a++<36;b+=a*51&52?(a^15?8^Math.random()*(a^20?16:4):4).toString(16):'-');return b}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment