Data creator: uniformly random data, full range. More...
Public Member Functions | |
virtual InputData_t | create (size_t size) override |
Creates and returns the data sample. More... | |
Public Member Functions inherited from DataCreatorBase | |
DataCreatorBase (std::string new_name) | |
Constructor: just assigns a name to this data set. More... | |
std::string | name () const |
Returns the name of this set. More... | |
virtual | ~DataCreatorBase () |
Virtual destructor. More... | |
Additional Inherited Members | |
Public Types inherited from DataCreatorBase | |
typedef std::vector< short > | InputData_t |
Static Public Attributes inherited from DataCreatorBase | |
static std::default_random_engine | random_engine |
Random engine shared by all the data creators. More... | |
Data creator: uniformly random data, full range.
Definition at line 172 of file raw_test.cc.
|
inlineoverridevirtual |
Creates and returns the data sample.
Implements DataCreatorBase.
Definition at line 176 of file raw_test.cc.