#ifndef RANDOM_H #define RANDOM_H #include namespace Random { std::string CreateRandomString(size_t length); } // namespace Random #endif // RANDOM_H