commit | 8b9aa8dbba644da23ce8417f2d30b218392b3282 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jan 04 05:20:33 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jan 04 05:20:33 2003 +0000 |
tree | 0d523e3aa2725608c0df6e907afadd3d09b2d3fe | |
parent | 950cdacfa52b9feba4ce9f6251bb225e4f97a534 [diff] |
Remove the random=None nonsense from sample() before it gets set in stone. It was once available so that faster generators could be substituted. Now, that is less necessary and preferrably done via subclassing. Also, clarified and shortened the comments for sample().