ID EN
Random

Random

Python 3.11

Class that implements the default pseudo-random number generator used by the random module.

Syntax

PYTHON
class random.Random([seed])

See Also

random int float str bytes bytearray seed() getstate()