Beispiel #1
0
 /// <summary>
 /// Rolls the die
 /// </summary>
 public void Roll()
 {
     topSide = RandomNumberGenerator.Next(numSides) + 1;
 }