Guest User

Untitled

a guest
Jul 15th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def rollDice (results)
  2. numdice = ((rand*6)+1).to_i
  3. results[numdice]= results[numdice]+1
  4. return results
  5. end
Advertisement
Add Comment
Please, Sign In to add comment