C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class representing an engine that has collection of independent streams obtained from RNGs from same family. More...
services::Status add | ( | size_t | numberOfStreams | ) |
Add 'numberOfStreams' random number streams to the engine
[in] | numberOfStreams | Number of streams to add |
services::SharedPtr<FamilyBatchBase> get | ( | size_t | i | ) | const |
Get engine with one stream from collection.
[in] | i | index of stream from the collection |
size_t getMaxNumberOfStreams | ( | ) | const |
Return the maximum number of streams can be obtained from RNGs in given family
size_t getNumberOfStreams | ( | ) | const |
Return the number of streams in the collection.
For more complete information about compiler optimizations, see our Optimization Notice.