Package org.apache.commons.math3.primes
package org.apache.commons.math3.primes
Methods related to prime numbers like primality test, factor decomposition.
-
ClassesClassDescriptionImplementation of the Pollard's rho factorization algorithm.Methods related to prime numbers in the range of
int
: primality test prime number generation factorizationUtility methods to work on primes within theint
range.