Seeded Python RNG showing non-deterministic behavior with sets
问题 I'm seeing non-deterministic behavior when trying to select a pseudo-random element from sets, even though the RNG is seeded (example code shown below). Why is this happening, and should I expect other Python data types to show similar behavior? Notes: I've only tested this on Python 2.7, but it's been reproducible on two different Windows computers. Similar Issue: The issue at Python random seed not working with Genetic Programming example code may be similar. Based on my testing, my