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

fixed already

This commit is contained in:
Shlomi Fish 2020-05-29 15:31:40 +03:00
parent 7e6cf5694b
commit 478fa82e86

View file

@ -64,9 +64,6 @@ def constructRandom(s):
seed = m
if 0 <= seed <= LCRandom31.MAX_SEED:
ret = LCRandom31(seed)
assert ret.seed
assert ret.seedx
assert ret.initial_seed
# ret.setSeedAsStr(s)
return ret
else: