Ejemplo n.º 1
0
 public static int GetQ() => NumbersHelper.GetPrime();
Ejemplo n.º 2
0
 public static int GetA(int q) => NumbersHelper.GetPrimitiveRoot(q);
Ejemplo n.º 3
0
 public static int GetX(int q) => NumbersHelper.GetRandom(1, q);