Class NextProbablePrimeTest
java.lang.Object
de.tilman_neumann.jml.primes.probable.NextProbablePrimeTest
public class NextProbablePrimeTest
extends java.lang.Object
Performance test of nextProbablePrime() implementations.
-
Constructor Summary
Constructors Constructor Description NextProbablePrimeTest()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Stand-alone test.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NextProbablePrimeTest
public NextProbablePrimeTest()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Stand-alone test.- Parameters:
args
- ignored
-