Developer Guide for Intel® Data Analytics Acceleration Library 2019 Update 5
Uniform distribution algorithm has the following parameters in addition to the common parameters specified in Distributions:
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. |
a |
0.0 |
The left bound a. |
b |
1.0 |
The right bound b. |