#pragma once #include namespace utils { std::string randomizeString(size_t length); }