change of random state when pyc created??

Carsten Haese carsten at uniqsys.com
Thu May 10 01:06:33 EDT 2007


On Thu, 10 May 2007 12:46:05 +1000, Steven D'Aprano wrote
> It is natural to expect two runs of any program to give the same 
> result if there are (1) no random numbers involved; (2) the same 
> input data; (3) and no permanent storage from run to run.

Which of those three categories does time.time() fall into? What about
id("hello")?

-Carsten




More information about the Python-list mailing list