[Python-ideas] About adding a new iteratormethodcalled "shuffled"
Aahz
aahz at pythoncraft.com
Sat Mar 28 16:40:09 CET 2009
On Fri, Mar 27, 2009, Adam Olsen wrote:
>
> The irony is that we only seed with 128 bits, so rather than 2**19937
> combinations, there's just 2**128. That drops our "safe" list size
> down to 34. Weee!
That's probably worth a bug report or RFE if one doesn't already exist.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"At Resolver we've found it useful to short-circuit any doubt and just
refer to comments in code as 'lies'. :-)"
--Michael Foord paraphrases Christian Muirhead on python-dev, 2009-3-22
More information about the Python-ideas
mailing list