Dice - a random number generator for N-sided dice

The module creates random numbers for simulating dice-throwing

source

throw

 throw (N:int, inhand:int=1)

Initialize self. See help(type(self)) for accurate signature.

Type Default Details
N int number of sides on the dice
inhand int 1 number of dice in hand
throw(N=6, inhand = 13).dice
array([2, 3, 4, 2, 3, 3, 1, 5, 6, 1, 5, 3, 3])