Thrill
0.1
|
#include <string>
#include <vector>
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 [] |
#define THRILL_EXAMPLES_WORD_COUNT_RANDOM_TEXT_WRITER_HEADER |
Definition at line 17 of file random_text_writer.hpp.