Skip to content

Instantly share code, notes, and snippets.

@StanBoyet
Created December 5, 2014 14:26
Show Gist options
  • Save StanBoyet/105397ac7c4f6597d941 to your computer and use it in GitHub Desktop.
Save StanBoyet/105397ac7c4f6597d941 to your computer and use it in GitHub Desktop.
def generate_random_string(length)
rand(36**length).to_s(36)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment