mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
fixed already
This commit is contained in:
parent
7e6cf5694b
commit
478fa82e86
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue