Can Python's set absesnce 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:20 UTC
Read the original article Hit count: 190

Filed under:
|
|
|
|

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

Related posts about python

Related posts about set