Re: Algorithm used by BigInteger prime generator?

1999-04-23 Thread Andrew Haley
From: Alexandre Oliva [EMAIL PROTECTED] Date: 22 Apr 1999 11:09:10 -0300 On Apr 22, 1999, Andrew Haley [EMAIL PROTECTED] wrote: As far as I can see, what is intended is something like this: if (candidate.isProbablePrime (certainty)) return candidate; else

<    1   2   3   4   5   6