#include <thrill/api/dia.hpp>
#include <thrill/api/source_node.hpp>
#include <thrill/common/logger.hpp>
#include <random>
#include <type_traits>
Go to the source code of this file.
|
| template<typename GenerateFunction > |
| auto | Generate (Context &ctx, size_t size, const GenerateFunction &generate_function) |
| | Generate is a Source-DOp, which creates a DIA of given size using a generator function. More...
|
| |
| static auto | Generate (Context &ctx, size_t size) |
| | Generate is a Source-DOp, which creates a DIA of given size containing the size_t indexes [0,size). More...
|
| |
◆ THRILL_API_GENERATE_HEADER
| #define THRILL_API_GENERATE_HEADER |