Searched defs:smallPrime (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java536 prime = (bitLength < 95 ? smallPrime(bitLength, certainty, rnd)
568 smallPrime(bitLength, DEFAULT_PRIME_CERTAINTY, rnd) :
579 private static BigInteger smallPrime(int bitLength, int certainty, Random rnd) { method in class:BigInteger

Completed in 67 milliseconds