Prime Number Generator... This utility will interest you if you like to work with prime numbers. It has two modes. Mode A finds primes starting at a number of your choice. Mode B finds all primes between a start number and a stop number. It calculates and displays the time it takes to complete your request.
MACADDCT1984 There are an infinite number of prime numbers :) (Version 2.0.1)
0
Oct 10 2005
SZABESZ :) Hehe. So many? Hehe.... (Version 2.0.1)
0
Oct 9 2005
PROFAD Here is a problem:
After obtaining the list, click the (say) Prime Number button. This is supposed (I guess) to reverse the order of the primes, but it only does a piecewise job, so clicking again the Prime Number button does NOT reproduce the original order. For example, starting from 2,3,5,7,11,13, we go to the loop 11,13,2,3,5,7 7,5,3,2,13,11. The original order 2,3,5,7,11,13 cannot be recovered any more. This goes for the Index button as well. (Version 2.0)
ANONYMOUS And of course you can always remark on the fact that a PNG written in RB weighs in at a megabyte and one written in Cocoa will do the job at 1/10 the size. All that bloat to serve the cross-platform Windoze community, 90% of which don't care about the difference between a prime number and a prime rib. (Version 1.2)
ANONYMOUS As previous poster pointed out, 1 is not prime. This is an easy mistake for someone to make, but unacceptable for someone writing a program claiming to generate primes. This program is spreading misinformation under the guise of an educational program. (Version 1.1.3)