From: Torkel Franzen Subject: Re: prime question refine..... Date: 03 Nov 2000 09:25:16 +0100 Newsgroups: sci.math Summary: [missing] "Helen Shen" writes: > ( There is a method in Java to called isProbablePrime( ), and I'd like to > know how it works!) That code uses the test from the DSA specification. You will find it defined at http://www.cstp.umkc.edu/~ymiao/cs597/document9.htm.