1
0
Fork 0
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:
Shlomi Fish 2020-05-29 15:30:38 +03:00
parent 3653a51176
commit 7e6cf5694b

View file

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