# default settings with a fixed generation time
generation_time_opts()
# A fixed gamma distributed generation time
generation_time_opts(mean = 3, sd = 2)
# An uncertain gamma distributed generation time
generation_time_opts(mean = 3, sd = 2, mean_sd = 1, sd_sd = 0.5)
Run the code above in your browser using DataLab