예제 #1
0
 public static int GetQ() => NumbersHelper.GetPrime();
예제 #2
0
 public static int GetA(int q) => NumbersHelper.GetPrimitiveRoot(q);
예제 #3
0
 public static int GetX(int q) => NumbersHelper.GetRandom(1, q);