| Package | Description |
|---|---|
| com.nwawsoft.util.math |
| Modifier and Type | Method and Description |
|---|---|
static int |
PrimeNumberFunctions.generateAnotherPrime(int lowerBound,
int upperBound,
int lastPrime,
int maxTries)
Returns a prime number different from lastPrime between lowerBound and upperBound.
|