
gcc -c -O jims1Rand.c 
gcc -lm test1.c jims1Rand.o -o test1
./test1 > test1.out


