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! --- gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen.cpp') diff --git a/gen.cpp b/gen.cpp index a963740..0319283 100644 --- a/gen.cpp +++ b/gen.cpp @@ -51,7 +51,7 @@ int main(int argc, char** args) std::cout << "Generating..." << std::endl; for (;;) { - std::string doc = stats->randomSentence(rand() % 35 + 15); + std::string doc = stats->randomSentence(140); std::string hi = doc; hi.resize(140); -- cgit 1.4.1