Created
April 14, 2011 20:04
-
-
Save iamvery/920357 to your computer and use it in GitHub Desktop.
Generate a random 3 letter acronym. Doesn't guarantee uniqueness, but this has to be the governments best friend :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.new(3).map { ('A'..'Z').to_a.sample }.join |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment