From: Mark Wooding Date: Thu, 28 Apr 2022 17:27:19 +0000 (+0100) Subject: math/pgen.c (pgen_test): Use random witnesses only. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/a938be516ed8fd8313ff3d061dd4b0f2d9acfa0e?hp=a938be516ed8fd8313ff3d061dd4b0f2d9acfa0e math/pgen.c (pgen_test): Use random witnesses only. This means that we no longer need to distinguish the first round of a Rabin--Miller test loop, which in turn will allow a more useful change in the future. ---