Class representing an engine that has collection of independent streams obtained from RNGs from same family.
More...
def add |
( |
|
self, |
|
|
|
numberOfStreams |
|
) |
| |
Add 'numberOfStreams' random number streams to the engine
- Parameters
-
numberOfStreams | Number of streams to add |
- Returns
- Status of computations
Get engine with one stream from collection.
- Parameters
-
i | index of stream from the collection |
- Returns
- SharedPtr to engine instance with ith stream from the collection
def getMaxNumberOfStreams |
( |
|
self | ) |
|
Return the maximum number of streams can be obtained from RNGs in given family
- Returns
- Maximum number of streams can be obtained from RNGs in given family
def getNumberOfStreams |
( |
|
self | ) |
|
Return the number of streams in the collection.
- Returns
- Number of streams in the collection
The documentation for this class was generated from the following file:
- algorithms/engines/__init__.py