#ifndef RANDGEN_H #define RANDGEN_H #include "types.h" uint rand_seed(uint s); //initialize uint randint(); //normal method uint rand_get(uint bound); //return # from 0 to