Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Created June 17, 2013 20:29
Show Gist options
  • Save cocodrips/5800073 to your computer and use it in GitHub Desktop.
Save cocodrips/5800073 to your computer and use it in GitHub Desktop.
randomしたい時
max_num = 100
random = Math.round(Math.random() * max_num)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment