Skip to content

Instantly share code, notes, and snippets.

@hyoshiok
Created December 9, 2012 05:36
Show Gist options
  • Save hyoshiok/4243472 to your computer and use it in GitHub Desktop.
Save hyoshiok/4243472 to your computer and use it in GitHub Desktop.
print random numbers
(1..100000).each {|i| puts rand(100000)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment