This website requires JavaScript.
Explore
Help
Register
Sign in
crc
/
retroforth
Watch
1
Star
0
Fork
You've already forked retroforth
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c84886e12c
retroforth
/
vm
/
nga-python
/
RNGDevice.py
4 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
nga-python: start adding files from the rework towards a class based implementation FossilOrigin-Name: b56fcd9e7f5f44c0f0572aa19dc423a94bbb849d593cc07621af063acb51e124
2020-11-18 21:20:04 +01:00
class
RNG
:
nga-python: small adjustment to RNGDevice (from Arland) FossilOrigin-Name: a1f3640101ce39fb0cba3ef893d0f9f5fe87ce20c463b085061a023449808609
2020-12-24 12:57:04 +01:00
def
__call__
(
self
)
:
nga-python: start adding files from the rework towards a class based implementation FossilOrigin-Name: b56fcd9e7f5f44c0f0572aa19dc423a94bbb849d593cc07621af063acb51e124
2020-11-18 21:20:04 +01:00
return
random
.
randint
(
-
2147483647
,
2147483646
)
Reference in a new issue
Copy permalink