Provides methods for mt19937 engine computations in the batch processing mode.
More...
Constructs mt19937 engine by copying input objects and parameters of another mt19937 engine
- Parameters
-
context | Context to manage the mt19937 engine |
other | A engines to be used as the source to initialize the input objects and parameters of this engine |
Constructs the mt19937 engine
- Parameters
-
context | Context to manage the engine |
cls | Data type to use in intermediate computations for the engine, Double.class or Float.class |
method | The engine computation method, Method |
seed | Initial condition |
Returns the newly allocated mt19937 engine with a copy of input objects and parameters of this mt19937 engine
- Parameters
-
context | Context to manage the engine |
- Returns
- The newly allocated mt19937 engine
Computes the result of the mt19937 engine
- Returns
- Mt19937 engine result
Computation method for the engine
The documentation for this class was generated from the following file:
- engines/mt19937/Batch.java