Guest User

Untitled

a guest
Nov 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /* random in range from min to max */
  2. random(min,max)
  3. return math(math(0, 'random')*(max - min + 1) + min, 'floor')
  4.  
  5.  
  6. /* usage */
  7. .foo
  8. width random(10, 20)px
Add Comment
Please, Sign In to add comment