Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Class that specifies parameters of the uniform distribution. More...
double getA | ( | ) |
Returns the left bound a of the interval from which the random values are selected
double getB | ( | ) |
Returns the right bound b of the interval from which the random values are selected
void setA | ( | double | a | ) |
Sets the left bound a of the interval from which the random values are selected
a | Left bound of the interval |
void setB | ( | double | b | ) |
Sets the right bound b of the interval from which the random values are selected
b | Right bound of the interval |
For more complete information about compiler optimizations, see our Optimization Notice.