C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

References | Namespaces | Classes | Enumerations

Contains classes for engines. More...

References

 Mcg59 Engine
 Contains classes for mcg59 engine.
 
 Mt19937 Engine
 Contains classes for mt19937 engine.
 
 Mt2203 Engine
 Contains classes for mt2203 engine.
 

Namespaces

 daal::algorithms::engines::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 daal::algorithms::engines
 Contains classes for engines.
 

Classes

class  BatchBase
 Class representing an engine. More...
 
class  FamilyBatchBase
 Class representing an engine that has collection of independent streams obtained from RNGs from same family. More...
 
class  Input
 Input objects for engines More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of the engine. More...
 

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.