Trait nekolib::math::miller_rabin::MillerRabin
source · pub trait MillerRabin {
// Required method
fn is_prime(self) -> bool;
}
pub trait MillerRabin {
// Required method
fn is_prime(self) -> bool;
}