CatgirlIntelligenceAgency/code/libraries/next-prime
Viktor Lofgren aa0d256d6a Upgrade code to Java 20.
* Change language version
* Upgrade Lombok to a JDK20 compatible version
2023-08-23 13:37:49 +00:00
..
src Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01:00
build.gradle Upgrade code to Java 20. 2023-08-23 13:37:49 +00:00
readme.md Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01:00

Next Prime Util

This is a brute force prime sieve. If finding many (or large) primes quickly is important to you, don't use code like this.