powered by
generate a random sentence with n words
randomSentence(n, maxchar = Inf)
a string with n words (if length is not constrained)
number of word in sentence
maximal number of characters per sentence. Note that whole words (not part of words) are excluded if the maximal number is exceeded.
randomSentence(10) # one random sentence with 10 words
Run the code above in your browser using DataLab