"Source: Text/Group/GrpPC.text";
"Line: 6027";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 6027
// Example: H70E37 ()
print "Example: H70E37";
ei := GetEchoInput();
SetEchoInput(true);
G := ExtraSpecialGroup( GrpPC, 3, 3 );
P := PowerGroup(G);
time s1 := {  P | sub< G | Random(G), Random(G) > : x in { 1..500}  };
time s2 := { Parent(G) | sub< G | Random(G), Random(G) > : x in { 1..500}  }; 
SetEchoInput(ei);
