With uniquely keyed hashes for each hashmap, all environments that iterate in hash bucket order should have effectively truly random iteration order: across equal copies of the same hash map, each copy should have its own random order.
Python 3 dicts iterate in random order; random across invocations of the interpreter in this case.
Python 3 dicts iterate in random order; random across invocations of the interpreter in this case.