[Python-ideas] About adding a new iteratormethodcalled "shuffled"

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 27 12:05:01 CET 2009


Jacob Holm wrote:
> However, by repeated shuffling and reseeding like the OP 
> suggested, you can in theory get to all elements of G_n

But then you need a sufficient number of distinct seed
values, so you're back to the original problem.

-- 
Greg



More information about the Python-ideas mailing list