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

numType randNum()
  { return rand(); }
