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().
Showing
Please register or sign in to comment