Create fake textual data
Create fake textual data
(paragraphs)
(paragraphs sentence-count)
Lazy sequence of random latin paragraphs.
(paragraphs 5) will generate a sequence of random paragraphs between 5 and 5 + 2 sentences. (paragraphs) will generate random paragraphs between 3 and 3 + 2 sentences
Lazy sequence of random latin paragraphs. (paragraphs 5) will generate a sequence of random paragraphs between 5 and 5 + 2 sentences. (paragraphs) will generate random paragraphs between 3 and 3 + 2 sentences
(sentences)
(sentences word-count)
Lazy sequence of random latin sentences.
(sentences 5) will generate a sequence of random sentences between 5 and 5 + 5 words. (sentences) will generate random sentences between 4 and 4 + 5 words.
Lazy sequence of random latin sentences. (sentences 5) will generate a sequence of random sentences between 5 and 5 + 5 words. (sentences) will generate random sentences between 4 and 4 + 5 words.
(words)
Lazy sequence of random latin words
Lazy sequence of random latin words
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close