# To do - [ ] Different algorithms for simulation - [ ] fractional brownian motion - [ ] Exact - [ ] Approximate - [ ] default + fast / accurate - [ ] There is an epsilon-strong simulation method for brownian motion!! (accurate) - [ ] Interoperability - [ ] FiniteMarkovChain - [ ] From<> - [ ] (T, FnMut(usize) -> T, R) - [ ] TryFrom<> - [ ] (T, Array1, Array2, R) - [ ] FnMut(usize) -> - [ ] ... - [ ] Branching, MarkovChain - [ ] From<> - [ ] ... - [ ] TryFrom<> - [ ] ...