in reply to Re: Rotationally Prime Numbers Revisited
in thread Rotationally Prime Numbers Revisited

shemp,
As tall_man and I have discussed, is_prime() isn't really a factor. I had considered both the sieve method as well as C. Given that my candidate numbers reach 100 million in about 40 seconds on my mediocre machine, I prefer keeping it simple (and pure Perl).

Cheers - L~R