src/mozanalysis/frequentist_stats/bootstrap.py (2 lines): - line 85: # TODO: do we need to control seed_start? If so then we must be careful here - line 212: # TODO: can't we just use random_state.choice? Wouldn't that be faster? src/mozanalysis/sizing.py (1 line): - line 415: or TODO :meth:`.get_time_series_data`, according to your use case, src/mozanalysis/bayesian_stats/bayesian_bootstrap.py (1 line): - line 169: # TODO: do we need to control seed_start? If so then we must be careful here