roll {prithulib} | R Documentation |
Rolls a die for 'n' number of times
roll(n = 1, size = 6)
n |
is the number of times to roll the die (default 1) |
size |
is the number of faces on the die (default 6) |
Outcome(s) of rolling of the die
Prithul Chaturvedi
roll(2,10)