Alessandro Moura added the comment:

Yup. This is the result of simply eliminating the condition in the loop and 
just using the second argument (for the purposes of testing this only):


amoura@amoura-laptop:~/cpython$ time ./python -c "import random; 
lst=list(range(1000000)); random.shuffle(lst,random.random); print (len(lst))"
1000000

real    0m7.330s
user    0m7.148s
sys     0m0.092s

----------

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

Reply via email to