apostrophecms / random-words

Generate one or more common English words. Intended for use as sample text, for example generating random blog posts for testing
MIT License
245 stars 70 forks source link

Add min length, and minMax length. #8

Closed Nfinished closed 6 years ago

Nfinished commented 6 years ago

Also use filter in min/max functions instead of looping.

Potential additions: check to make sure min and max don't exceed what's possible given the dictionary, check to make sure min is not more than max.