diff --git a/mls.hh b/mls.hh index 7930605..685f756 100644 --- a/mls.hh +++ b/mls.hh @@ -38,6 +38,11 @@ public: (*this)(); return reg != r; } + int next() + { + (*this)(); + return reg; + } bool operator()() { bool fb = reg & test;