We occasionally use the random module to generate random numbers. We could consider making our experiments more deterministic by seeding the randomness. This could be an experiment option. Note that this will likely not take away all randomness in experiments since network latencies might impact the order of events.