[issue7809] Documentation for random module should indicate that a call to seed() is not required

Justin Lebar report at bugs.python.org
Sat Jan 30 07:05:55 CET 2010


New submission from Justin Lebar <starwiz at gmail.com>:

Many programmers are used to languages where the RNG is deterministic unless it's explicitly seeded.  This does not appear to be the case in Python.

The documentation for random should indicate that Random objects are seeded on construction, and that the global random object is seeded when the random package is first imported.

http://docs.python.org/3.1/library/random.html

----------
assignee: georg.brandl
components: Documentation
messages: 98551
nosy: Justin.Lebar, georg.brandl
severity: normal
status: open
title: Documentation for random module should indicate that a call to seed() is not required

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7809>
_______________________________________


More information about the Python-bugs-list mailing list