| 1 | """Generates Random Sentences |
| 2 | Creates a sentence by selecting a word at randowm from each of the lists in |
| 3 | the following order: 'article', 'nounce', 'verb', 'preposition', |
| 4 | 'article' and 'noun'. |
nothing calls this directly
no test coverage detected