Poem Generator
This makes random poems.
You can choose one of the sample sets of words and sentence patterns
or you can enter your own words and sentence patterns.
Algorithm: First, it randomly selects a sentence pattern from the pattern list. Then, wherever the pattern has a number, it randomly selects a word from one of the numbered word lists.
You can see the source code in PoemGen.htm and PoemGen.js (JavaScript).