diff --git a/pysollib/pysolrandom.py b/pysollib/pysolrandom.py index a0421b24..8b16da35 100644 --- a/pysollib/pysolrandom.py +++ b/pysollib/pysolrandom.py @@ -56,15 +56,6 @@ class BasicRandom(RandomBase): ORIGIN_SELECTED = 3 # manually entered ORIGIN_NEXT_GAME = 4 # "Next game number" - def getSeedStr(self): - return str(self.initial_seed) - - def __str__(self): - return self.str(self.initial_seed) - - def str(self, seed): - return '%020d' % seed - def reset(self): raise SubclassResponsibility