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

refactor: remove unused code

This commit is contained in:
Shlomi Fish 2020-05-25 11:26:05 +03:00
parent bea4266889
commit 3ca47be6e2

View file

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