From 73821856c9648d030f4d148d2bc50f07f43ad369 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 8 Mar 2016 14:37:16 -0500 Subject: Full sentences mode! --- ebooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebooks.cpp') diff --git a/ebooks.cpp b/ebooks.cpp index 7d2724c..b586d63 100644 --- a/ebooks.cpp +++ b/ebooks.cpp @@ -43,7 +43,7 @@ int main(int argc, char** args) std::cout << "Generating..." << std::endl; for (;;) { - std::string doc = stats->randomSentence(rand() % 45 + 5); + std::string doc = stats->randomSentence(140); std::string hi = doc; hi.resize(140); -- cgit 1.4.1