ID EN
Random

randbytes

Python 3.11

Generate n random bytes.

Syntax

PYTHON
random.randbytes(n)

See Also

secrets.token_bytes()