seed | optional seed value |
m | one end of the range |
n | the other end of the range |
m | one end of the range |
n | the other end of the range |
excluded | a value that will never be returned |
n | the optional number of dice to roll (default is 1, must be non-negative) |
showDice | if true, the results are printed to the console graphically (default is true) |
returns an array containing the n numbers that were rolled
excluded | a value that will never be returned |