#1
|
|||
|
|||
Random Seeds
Hi,
I want to make a program that uses the same random numbers every time it runs. Will putting random.seed(10) at the beginning of the program and generating random numbers using random.randrange accomplish that? Thanks, YG |
|
|