Skip to content

Instantly share code, notes, and snippets.

@AlexBaranosky
Created March 10, 2014 23:54
Show Gist options
  • Save AlexBaranosky/9476945 to your computer and use it in GitHub Desktop.
Save AlexBaranosky/9476945 to your computer and use it in GitHub Desktop.
(->> (repeatedly (partial rand-int 26))
(map #(+ % 65))
(map char)
(take 100)
(apply str))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment