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