Sided die

suggest change
# Roll a 6 sided die, rand(6) returns a number from 0 to 5 inclusive
dice_roll_result = 1 + rand(6)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents