diff options
Diffstat (limited to 'gen.cpp')
| -rw-r--r-- | gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| 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) | |||
| 51 | std::cout << "Generating..." << std::endl; | 51 | std::cout << "Generating..." << std::endl; |
| 52 | for (;;) | 52 | for (;;) |
| 53 | { | 53 | { |
| 54 | std::string doc = stats->randomSentence(rand() % 35 + 15); | 54 | std::string doc = stats->randomSentence(140); |
| 55 | std::string hi = doc; | 55 | std::string hi = doc; |
| 56 | hi.resize(140); | 56 | hi.resize(140); |
| 57 | 57 | ||
