Currently, the arguments of `sample_many_runs` and `sample_cle` are inconsistent. - `sample_cle` only takes a singular intital state as argument while `sample_many_runs` can take multiple. - `sample_cle` uses by default multiprocessing while `sample_many_runs` does not. - Arguments are named differently `max_time` in cle and `t_max` in `sample_many_runs`. - No option to provide a seed in `sample_cle` - `sample_cle` numba compilation is not cached.