2.4. Random Seed

2.4.1. random

Table 2.4. random

Function

Description

random.seed(a=None, version=2)

Initialize the random number generator. If a is omitted or None, the current system time is used

2.4.2. Assignments