Skip to content

Instantly share code, notes, and snippets.

@latentflip
Created May 16, 2011 17:09
Show Gist options
  • Save latentflip/974866 to your computer and use it in GitHub Desktop.
Save latentflip/974866 to your computer and use it in GitHub Desktop.
Random list of words
words = File.read('/usr/share/dict/words').split
(1..10).each do
puts words[rand(words.length)]
end
#=> uncessant
rumor
deontology
engross
monomict
talemaster
dreamful
repolon
yellowlegs
rectorrhaphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment