Developer Guide for Intel® Data Analytics Acceleration Library 2019 Update 1
Mersenne Twister engine needs the initial condition (seed) for state initialization. The seed can be either an integer scalar or a vector of p integer elements, the inputs to the respective engine constructors.
Mersenne Twister engine has the following parameters:
Parameter |
Default Value |
Description |
---|---|---|
algorithmFPType |
float |
Floating point type is used in intermediate calculations. Can be either float or double. |
method |
defaultDense |
Performance-oriented computation method; the only method supported by the algorithm. |
seed |
|
Initial condition for state initialization, scalar or vector:
|