Skip to content

Instantly share code, notes, and snippets.

@werelax
Created September 27, 2011 14:09
Show Gist options
  • Save werelax/1245128 to your computer and use it in GitHub Desktop.
Save werelax/1245128 to your computer and use it in GitHub Desktop.
Cool random strings in ruby
length = 12
rand(36**length).to_s(36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment