
rm -f test2-1.out
rm -f test2-1.png

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

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



