![]() |
#2
|
|||
|
|||
It should, but it'd really be easy for you to test this yourself by looking at the output of:
random.seed(10) for i in range(0,100): print random() random.seed(10) for i in range(0,100): print random() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|