
rm -f test2-0.out
rm -f test2-0.png

gcc -c -O jims1Rand.c 
gcc -lm test2.c jims1Rand.o -o test2

./test2 0 800 2 > test2-0.out
gnuplot test2-0.gnu



