Model.SetSeed =========================== `Click here `_ to view source code. .. code-block:: python def SetSeed(seed: int): It can be used to set the random seed. **PARAMETERS:** * **seed** *(int)* - The random seed.