I\'m trying to run an experiment over and over again within a loop like this:
for _ in 1...1_000_000 { let experiment = Experiment() experiment.run()