# markovian Simulation of [Stochastic processes](https://en.wikipedia.org/wiki/Stochastic_process). # Goal Serve as an extension of the [rand crate](https://crates.io/crates/rand) for sub-stochastic markovian processes. # Main features - Easy construction of Markov processes, including: - Discrete time - Continuous time (exponential clocks) - Type agnostic # Changelog See [Changelog](https://github.com/rasa200/markovian/blob/master/Changelog.md). # Contribution Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms of the dual license (MIT and Apache-2.0).