Class CoPrimeGenerator
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.framework.math.CoPrimeGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfillWithPrimes(int[] bucket) static long[]generateCoPrimes(long seed, int bucketSize, int numberOfBuckets, long floor) static booleanisPrime(int number)
-
Constructor Details
-
CoPrimeGenerator
public CoPrimeGenerator()
-
-
Method Details
-
generateCoPrimes
public static long[] generateCoPrimes(long seed, int bucketSize, int numberOfBuckets, long floor) -
fillWithPrimes
public static void fillWithPrimes(@Nonnull int[] bucket) -
isPrime
public static boolean isPrime(int number)
-