C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Enumerations
daal::algorithms::engines Namespace Reference

Contains classes for engines.

Namespaces

 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 mcg59
 Contains classes for mcg59 engine.
 
 mt19937
 Contains classes for mt19937 engine.
 
 mt2203
 Contains classes for mt2203 engine.
 

Enumerations

enum  InputId { tableToFill = 0 }
 
enum  ResultId { randomNumbers = 0 }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for engines

Enumerator
tableToFill 

Input table to fill with random numbers

enum ResultId

Available identifiers of results for the engines

Enumerator
randomNumbers 

Table to store the result

For more complete information about compiler optimizations, see our Optimization Notice.