Skip to content

Instantly share code, notes, and snippets.

View ananiask8's full-sized avatar
🎯
Focusing

Ananías Hilario ananiask8

🎯
Focusing
View GitHub Profile
@ananiask8
ananiask8 / MillerRabin.java
Created December 31, 2017 10:18 — forked from lenidh/MillerRabin.java
Java implementation of the Miller-Rabin primality test.
package de.lenidh.misc;
/**
* Implementation of the Miller-Rabin primality test.
*/
public final class MillerRabin {
private MillerRabin() {
}