diff --git a/generator.h b/generator.h index 8a5245a..efa7c19 100644 --- a/generator.h +++ b/generator.h @@ -26,6 +26,8 @@ public: auto reseed(const std::string& s) -> void; + auto time_to_reseed() const -> bool; + auto is_seeded() const -> bool { return !(this->G.ctr == 0x00); };