Skip to content

Instantly share code, notes, and snippets.

@mzabriskie
Created September 9, 2013 22:39
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 mzabriskie/6502449 to your computer and use it in GitHub Desktop.
Save mzabriskie/6502449 to your computer and use it in GitHub Desktop.
Base 36 random token
Math.floor(Math.random() * Math.pow(2, 64)).toString(36);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment