From 3ca47be6e2efc3bae5ff60dcc656e4f4143da9a8 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 25 May 2020 11:26:05 +0300 Subject: [PATCH] refactor: remove unused code --- pysollib/pysolrandom.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pysollib/pysolrandom.py b/pysollib/pysolrandom.py index 28a1b7e4..195b085e 100644 --- a/pysollib/pysolrandom.py +++ b/pysollib/pysolrandom.py @@ -108,8 +108,6 @@ class CustomRandom(pysol_cards.random_base.RandomBase): class LCRandom31(pysol_cards.random.LCRandom31, MFXRandom): - MAX_SEED = int('0x1ffffffff', 0) # 33 bits - def increaseSeed(self, seed): ret = super(LCRandom31, self).increaseSeed(seed) return "ms{}".format(ret)