Dice.D48

Static Method in Dice

Declaration

public static int D48()

Description

Rolls a 48-sided dice [1..48].

Returns

intA random number on a 48-sided dice [1..48].

Overload

Declaration

public static int D48(int n)

Description

Rolls a 48-sided dice [1..48] n times.

Parameters

nThe number of times to roll the dice.

Returns

intThe sum of the rolls.