pub const fn primality_test(x: u64) -> bool
Performs deterministic Miller-Rabin primality test.
O(log x)