#pragma once #include class RandomStringGenerator { public: RandomStringGenerator() = delete; static std::u8string getU8string(uint16_t length); };