Ejemplo n.º 1
0
 private int NextRandomNumber(int maxVal)
 {
     return(_rand.NextRandomNumber(maxVal));
 }