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:
parent
12cf1e507f
commit
3ef4b3c6dc
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue