RNG¶
- class RNG(game: Game)[source]¶
Bases:
random.Random
Initialize an instance.
Optional argument x controls seeding, as for Random.seed().
- __init__(game: Game)[source]¶
Initialize an instance.
Optional argument x controls seeding, as for Random.seed().