Advertisement
Guest User

Untitled

a guest
May 27th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. # Random
  2. random = (min, max) ->
  3. return Math.floor(Math.random() * max) + min
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement