Thrill  0.1
random_text_writer.hpp File Reference
#include <string>
#include <vector>
+ Include dependency graph for random_text_writer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 examples
 
 examples::word_count
 

Macros

#define THRILL_EXAMPLES_WORD_COUNT_RANDOM_TEXT_WRITER_HEADER
 

Functions

template<typename RandomGenerator >
std::string RandomTextWriterGenerate (size_t num_words, RandomGenerator &rng)
 

Variables

static constexpr size_t s_num_random_text_writer_words
 
static const char * s_random_text_writer_words []
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_WORD_COUNT_RANDOM_TEXT_WRITER_HEADER

#define THRILL_EXAMPLES_WORD_COUNT_RANDOM_TEXT_WRITER_HEADER

Definition at line 17 of file random_text_writer.hpp.