#ifndef BILLYSHEET_BILLY_SHEET_HPP #define BILLYSHEET_BILLY_SHEET_HPP #include namespace character { class BillySheet { private: std::mt19937_64 engine{ std::random_device{ "rdseed" }() }; std::string caractere{}; }; } #endif //BILLYSHEET_BILLY_SHEET_HPP