Home
last modified time | relevance | path

Searched refs:smallPrime (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java670 ? smallPrime(bitLength, certainty, rnd) in BigInteger()
702 smallPrime(bitLength, DEFAULT_PRIME_CERTAINTY, rnd) : in probablePrime()
713 private static BigInteger smallPrime(int bitLength, int certainty, @NonNull Random rnd) { in smallPrime() method in BigInteger