After you have completed your programs and tarred it into the file hmw1.tar follow these instructions to mail them to the TA :
If your program reads the input parameters SEED, INITTIME etc. from a file include that file along with the other files in your mail.
If your program reads the parameters from the keyboard create a file containing the values of the parameters that you have successfully used for a good simulation. The format of this file would be:
Parameters Values SEED : ... INITTIME : ... FINTIME : ... SIGMA : ... AMIN : ... AMAX : ... S1MIN : ... S1MAX : ... S2MIN : ... S2MAX : ...