[issue7809] Documentation for random module should indicate that a call to seed() is not required
Ezio Melotti
report at bugs.python.org
Sat Jan 30 07:15:16 CET 2010
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
It's already indicated in the documentation for random.seed([x]):
"If x is omitted or None, current system time is used; current system time is also used to initialize the generator when the module is first imported."
----------
nosy: +ezio.melotti
priority: -> normal
status: open -> pending
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7809>
_______________________________________
More information about the Python-bugs-list
mailing list