Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

Class that specifies parameters of the uniform distribution. More...

Detailed Description

Member Function Documentation

◆ getA()

double getA ( )

Returns the left bound a of the interval from which the random values are selected

Returns
Left bound of the interval

◆ getB()

double getB ( )

Returns the right bound b of the interval from which the random values are selected

Returns
Right bound of the interval

◆ setA()

void setA ( double  a)

Sets the left bound a of the interval from which the random values are selected

Parameters
aLeft bound of the interval

◆ setB()

void setB ( double  b)

Sets the right bound b of the interval from which the random values are selected

Parameters
bRight bound of the interval

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.