#ifndef DEF_RAND_NS_H #define DEF_RAND_NS_H #include namespace Rand { u64int rand(); u64int max(); } #endif