Comment 2 for bug 1171237

Revision history for this message
Darsey Litzenberger (dlitz) wrote : Re: random.shuffle is slow

Yeah, the problem is really that random.randrange() is slow, ultimately because _UserFriendlyRNG.read() collects entropy from the operating system on every read.