"Source: Text/Aggregates/Set.text";
"Line: 1091";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Aggregates/Set.text, line: 1091
// Example: H10E8 ()
print "Example: H10E8";
ei := GetEchoInput();
SetEchoInput(true);
p := 10007;
F := FiniteField(p);
proots := {  z : z in F | IsPrimitive(z) };
#proots;
Random(proots);
random{ x : x in F | IsPrimitive(x) };
SetEchoInput(ei);
