retroforth/vm/nga-python/RNGDevice.py
crc 370868e4d3 nga-python: small adjustment to RNGDevice (from Arland)
FossilOrigin-Name: a1f3640101ce39fb0cba3ef893d0f9f5fe87ce20c463b085061a023449808609
2020-12-24 11:57:04 +00:00

3 lines
90 B
Python

class RNG:
def __call__(self):
return random.randint(-2147483647, 2147483646)