Skip to content

Instantly share code, notes, and snippets.

@isuke
Last active July 13, 2021 06:39
Show Gist options
  • Save isuke/23f20a8809d955b1c74f to your computer and use it in GitHub Desktop.
Save isuke/23f20a8809d955b1c74f to your computer and use it in GitHub Desktop.
(1..50).map { ('a'..'z').to_a[rand(26)] }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment