Created
November 30, 2010 19:45
-
-
Save itochan/722254 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name = ["i", "t", "o", "c", "h", "a", "n"] | |
i = 0 | |
loopy = 0 | |
while loopy < 10 do | |
while i < rand(2) + 4 do | |
print name[rand(name.length)] | |
i += 1 | |
end | |
puts | |
i = 0 | |
loopy += 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment