Skip to content

Instantly share code, notes, and snippets.

@biwakonbu
Last active August 26, 2016 17:44
Show Gist options
  • Save biwakonbu/5993431 to your computer and use it in GitHub Desktop.
Save biwakonbu/5993431 to your computer and use it in GitHub Desktop.
random 数の生成コマンド ref: http://qiita.com/biwakonbu/items/ca1da25b530bb5824856
# /usr/bin/ruby
1.step(ARGV[0].to_i, 1) do |i|
puts rand(ARGV[1].to_i)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment