Mark Dickinson added the comment:

Raymond:

> Functions as simple as shuffle() eat through the possibilities very quickly.

Can you elaborate on this?  Are there example scenarios where seeding with 32 
bytes isn't likely to be enough?

In the case of shuffle, for a large list, if you do a seed followed by a 
shuffle, the restriction to 32 bytes is restricting us to 'only' about 10**77 
possible different shuffle results.  It's hard to imagine a situation where 
that would be a problem.

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21470>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to