Home    About    Contact     Links     Work     CV                    


 

Markov Generator



This is a markov generator and uses an algorithm taken from:

'The Practice of Programming' by Brian W. Kernighan and Rob Pike.

There are a quite a few Markov generators on the web.
They all take a text and generate new texts based on statistical probabilities. I use one of my own texts here.


There is a randomised refresh. This means it will refresh automatically between 1 and 60 seconds. Sometimes the generator makes a short text. If you want a new one sooner, use your refresh button or click 'reload'.




>GENERATOR




  There's more about Markov Generators in general and this one in particular in a short essay:
                                                     >here




Home