Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tst/utils.g
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
TestRecogGL := function(d,q)
local h, gens, g, ri, r, stamp;
h := GL(d,q);
gens := List([1..10],x->PseudoRandom(h));
# FIXME: while this is a generating set with HIGH PROBABILITY, it is not always one.
# This could lead to spurious failures in the test suite...
# (ab)use product replacement algorithm to get randomized generators
gens := ProductReplacer(h)!.team;
g := GroupWithGenerators(gens);
ri := RECOG.TestGroup(g,false,Size(h));
r := ri;
Expand Down
Loading