mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
remove unused and bad "tests" - see tests/
This commit is contained in:
parent
3653a51176
commit
7e6cf5694b
1 changed files with 0 additions and 8 deletions
|
@ -82,11 +82,3 @@ def constructRandom(s):
|
|||
# print("MTRandom", seed)
|
||||
ret = pysol_cards.random.MTRandom(seed)
|
||||
return ret
|
||||
|
||||
|
||||
# test
|
||||
if __name__ == '__main__':
|
||||
r = constructRandom('12345')
|
||||
print(r.randint(0, 100))
|
||||
print(r.random())
|
||||
print(type(r))
|
||||
|
|
Loading…
Add table
Reference in a new issue