Contains classes for engines.
More...
|
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...
|
|
Available identifiers of input objects for engines
Enumerator |
---|
tableToFill |
Input table to fill with random numbers
|
Available identifiers of results for the engines
Enumerator |
---|
randomNumbers |
Table to store the result
|