Large pseudo prime generators usually check for divisibility by numbers upto a million or so, then follow it with Rabin-Miller or more sophisticated non-deterministic tests to verify primes.
These primes could not have been generated by any reputable prime generation algos that I can imagine.
Comments
Large pseudo prime generators usually check for divisibility by numbers upto a million or so, then follow it with Rabin-Miller or more sophisticated non-deterministic tests to verify primes.
These primes could not have been generated by any reputable prime generation algos that I can imagine.