C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the mt19937 engine. This class is associated with the mt19937::Batch class and supports the method of mt19937 engine computation in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of mt19937 engine, double or float |
method | Computation method of the engine, mt19937::Method |
cpu | Version of the cpu-specific implementation of the engine, daal::CpuType |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the mt19937 engine with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
services::Status compute | ( | ) |
Computes the result of the mt19937 engine in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.