Skip to content

Instantly share code, notes, and snippets.

@jtryan
Created September 3, 2015 00:22
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 jtryan/51206eef7ed8a264a906 to your computer and use it in GitHub Desktop.
Save jtryan/51206eef7ed8a264a906 to your computer and use it in GitHub Desktop.
Generate random character string
('a'..'z').to_a.shuffle[0..7].join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment