math/pgen.c (pgen_test): Use random witnesses only.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 17:27:19 +0000 (18:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 1 May 2022 17:54:55 +0000 (18:54 +0100)
commita938be516ed8fd8313ff3d061dd4b0f2d9acfa0e
tree5a4ff84e9637ea9806d56236bdae21c9fbefd155
parentd2679863cf27b0812a4b88397be1ebf0b1319305
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.
math/pgen.c