1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

extract more code to pysol_cards

This commit is contained in:
Shlomi Fish 2020-05-25 14:20:15 +03:00
parent 12cf1e507f
commit 3ef4b3c6dc

View file

@ -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)