diff --git a/mesa/time.py b/mesa/time.py index 34263eb9a75..286f2e6b1b6 100644 --- a/mesa/time.py +++ b/mesa/time.py @@ -20,11 +20,6 @@ Time: Some models may simulate a continuous 'clock' instead of discrete steps. However, by default, the Time is equal to the number of steps the model has taken. - - -TODO: Have the schedulers use the model's randomizer, to keep random number -seeds consistent and allow for replication. - """ from collections import OrderedDict