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, c
set
No, it is not random. It is "arbitrarily ordered", which means that you cannot depend on it being either ordered or random.