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