#pragma once #include #include class WordListGenerator { private: static const std::string charset_; public: std::vector generate(); };