Can Python's set absence of ordering be considered random order?
Posted
by Chuim
on Stack Overflow
See other posts from Stack Overflow
or by Chuim
Published on 2010-05-18T19:17:24Z
Indexed on
2010/05/18
19:40 UTC
Read the original article
Hit count: 229
Hello people.
I'd like to know if the absence of element ordering of the Python's built-in set
structure is "random enough". For instance, taking the iterator of a set, can it be considered a shuffled view of its elements?
(If it matters, I'm running Python 2.6.5 on a Windows host.)
© Stack Overflow or respective owner