python (3.12.0)
ˑe d Z g dZddlZddlmZ ddlmZ e Zej Z ej Z
d ZdZddZ
dd Zdd
Zy)zGenerate cryptographically strong pseudo-random numbers suitable for
managing secrets such as account authentication, tokens, and similar.
See PEP 506 for more information.
https://peps.python.org/pep-0506/
)choice randbelowrandbitsSystemRandomtoken_bytes token_hex
token_urlsafecompare_digest N)r )r c L | dk rt d t j | S )z(Return a random int in the range [0, n).r
zUpper bound must be positive.)
ValueError_sysrand
_randbelow)exclusive_upper_bounds ;/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/secrets.pyr r s( !899455 c <