We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fde92 commit 96a6c48Copy full SHA for 96a6c48
README.md
@@ -9,8 +9,6 @@
9
[bws]: https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg
10
[sm]: http://spacemacs.org
11
12
-> Forked from [aatxe/markov](https://github.com/aatxe/markov) but adds the possiblity to pass in your own RNG
13
-
14
A generic implementation of a [Markov chain](https://en.wikipedia.org/wiki/Markov_chain) in Rust. It
15
supports all types that implement `Eq`, `Hash`, and `Clone`, and has some specific helpers for
16
working with `String` as text generation is the most likely use case. You can find up-to-date,
0 commit comments