Skip to content

Instantly share code, notes, and snippets.

@7even
Created November 6, 2019 23:32
Show Gist options
  • Save 7even/205c7a661f15612eb02ab28a9d237850 to your computer and use it in GitHub Desktop.
Save 7even/205c7a661f15612eb02ab28a9d237850 to your computer and use it in GitHub Desktop.
chars = ('A'..'Z').to_a + ('a'..'z').to_a + ('0'..'9').to_a
40.times.map { chars.sample }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment