Ejemplo n.º 1
0
 public int RandomMethod(int a, int b)
 {
     ActiveMethod = MathMethods[R.Next(0, 4)];
     return ActiveMethod(a, b);
 }
Ejemplo n.º 2
0
 public int RandomMethod(int a, int b)
 {
     ActiveMethod = MathMethods[R.Next(0, 4)];
     return(ActiveMethod(a, b));
 }