Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created November 4, 2011 13:10
Show Gist options
  • Select an option

  • Save mcrmfc/1339277 to your computer and use it in GitHub Desktop.

Select an option

Save mcrmfc/1339277 to your computer and use it in GitHub Desktop.
ruby random string
rand(36**length).to_s(36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment