#ifndef cwMath_h #define cwMath_h namespace cw { namespace math { unsigned randUInt(unsigned minVal, unsigned maxVal ); } } #endif