| Modifier and Type | Method and Description |
|---|---|
static Primes |
Primes.generate()
Generates all the primes upto
Integer.MAX_VALUE (i.e. |
static Primes |
Primes.generate(int howMany)
Generates all the primes upto the specified limit of
howMany. |
static Primes |
Primes.load()
Loads all the available primes that are shipped with this library.
|
static Primes |
Primes.load(int howMany)
Loads the specified amount of primes that are shipped with this library.
|
Copyright © 2018. All rights reserved.