Dice.D100
Static Method in Dice
Declaration
public static int D100()Description
Rolls a 100-sided dice [1..100].
Returns
| int | A random number on a 100-sided dice [1..100]. |
Overload
Declaration
public static int D100(int n)Description
Rolls a 100-sided dice [1..100] n times.
Parameters
| n | The number of times to roll the dice. |
Returns
| int | The sum of the rolls. |