Skip to content

Instantly share code, notes, and snippets.

@edinella
Created February 21, 2013 17:44
Show Gist options
  • Save edinella/5006629 to your computer and use it in GitHub Desktop.
Save edinella/5006629 to your computer and use it in GitHub Desktop.
Generate random 16 chars string
Math.random().toString(36).substr(2,16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment