CatgirlIntelligenceAgency/code/libraries/next-prime
2023-03-11 13:48:40 +01:00
..
src Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01:00
build.gradle Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01: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.