This program will accept input from the standard in to compute a series of primes. An example is as follows: Pastore_Hw5 < controller where controller is 10000 OutputedPrimes This will also generate the same output: Pastore_Hw5 10000 OutputedPrimes The main file is designed to accept input from multiple sources, allocate memory, and prepare the timing data. The primality checking is done pretty well, and is stored in the file named checker with suitable documentation found there. Included here is an excel file which shows the results of some calculations. Also included is a script for executing the tests, and the results of the test. These are "script" and "vey" respectively.