public static void Main(string[] args) { Dice d = new Dice (); Console.WriteLine (d.Roll (3)); }
public void Init() { rng = new Dice (17); }