D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
plesk
/
python
/
3
/
lib
/
python3.10
/
site-packages
/
dns
/
Filename :
entropy.pyi
back
Copy
from typing import Optional from random import SystemRandom system_random : Optional[SystemRandom] def random_16() -> int: pass def between(first: int, last: int) -> int: pass