15 lines
153 B
C
15 lines
153 B
C
|
#ifndef cwMath_h
|
||
|
#define cwMath_h
|
||
|
|
||
|
namespace cw
|
||
|
{
|
||
|
namespace math
|
||
|
{
|
||
|
unsigned randUInt(unsigned minVal, unsigned maxVal );
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif
|