Package org.apache.commons.math3.primes
Methods related to prime numbers like primality test, factor decomposition.
-
Class Summary Class Description PollardRho Implementation of the Pollard's rho factorization algorithm.Primes Methods related to prime numbers in the range ofint
: primality test prime number generation factorizationSmallPrimes Utility methods to work on primes within theint
range.