From 901f58101d8ff80b6c66f10d9af89b8f90c40de5 Mon Sep 17 00:00:00 2001 From: Claus Fieker Date: Thu, 27 Jul 2023 12:02:36 +0200 Subject: [PATCH] change random strategy slightly --- src/NumberTheory/GaloisGrp/GaloisGrp.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NumberTheory/GaloisGrp/GaloisGrp.jl b/src/NumberTheory/GaloisGrp/GaloisGrp.jl index 7a5f49957b68..c40b32b316e0 100644 --- a/src/NumberTheory/GaloisGrp/GaloisGrp.jl +++ b/src/NumberTheory/GaloisGrp/GaloisGrp.jl @@ -2257,6 +2257,7 @@ function relative_invariant(G, U; Chain::Union{Nothing, <:Vector{<:Tuple{PermGro if length(d) == length(T) break end + r = [rand(k) for i=1:degree(G)] mu[j] += 1 if mu[j] > characteristic(k) error("dnw")