Generates all integers which are greater than 2 and are not divisible by either 2 or 3.

This is a pseudo-prime generator, suitable on checking primality of an integer by brute force method.

Class Methods
No documentation available
Instance Methods
An alias for succ
No documentation available
No documentation available