/markov

Markov-chain random text generation

Primary LanguageRust

Markov-chain random text generation

Rust implementation of the markov example from the book Practice of Programming by Brian Kernighan and Rob Pike, described in Chapter 3.

The program generates random English text thad reads "well" using a Markov chain algorithm.