nmp Truly random numbers for Python3 Installation Run these commands: git clone https://github.com/ThyCowLord/nmp cd nmp sudo python3 setup.py install Usage The number generator command is nmp.num(). Here is an example: number = nmp.num() print(number) xxxxxxxxxxxxx