markov_strings 0.1.0

A simplistic Markov chain text generator
Documentation

Markov-strings

A simplistic Markov chain text generator. Give it an array of strings, and it will output a randomly generated string.

This is a port of https://github.com/scambier/markov-strings, from the same author