From 3ef4b3c6dc2247635c2630464a96f1cd014af3a1 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 25 May 2020 14:20:15 +0300 Subject: [PATCH] extract more code to pysol_cards --- pysollib/pysolrandom.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pysollib/pysolrandom.py b/pysollib/pysolrandom.py index 7ab7d018..4cb8ed7d 100644 --- a/pysollib/pysolrandom.py +++ b/pysollib/pysolrandom.py @@ -67,9 +67,6 @@ class CustomRandom(pysol_cards.random_base.RandomBase): class LCRandom31(pysol_cards.random.LCRandom31): - def getSeedStr(self): - return "ms" + str(self.initial_seed) - def str(self, seed): if match_ms_deal_prefix("{}".format(seed)) is None: return "%05d" % int(seed)