On 11/09/10 21:33, Kim Cascone wrote:
is there a Pd object for generating prime numbers?
A prime number has exactly two factors (1 and itself). I attached an abstraction to generate a list of all factors of a number, which could be used to see if a number is prime (inefficiently).