/* Num3.2b.c */
#include <stdlib.h>
#include "Num3.2b.h"

numType randNum()
{ return 2*((double)rand())/RAND_MAX-1; }
