24 #ifndef __UNIFORM__TYPES_H__
25 #define __UNIFORM__TYPES_H__
27 #include "algorithms/distributions/distribution_types.h"
33 namespace distributions
65 template<
typename algorithmFPType>
66 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
74 Parameter(algorithmFPType _a = 0.0, algorithmFPType _b = 1.0): a(_a), b(_b) {}
82 services::Status check() const DAAL_C11_OVERRIDE;
86 using interface1::Parameter;
daal::algorithms::distributions::uniform::interface1::Parameter
Uniform distribution parameters.
Definition: uniform_types.h:66
daal::algorithms::distributions::uniform::interface1::Parameter::Parameter
Parameter(algorithmFPType _a=0.0, algorithmFPType _b=1.0)
Definition: uniform_types.h:74
daal::algorithms::distributions::uniform::defaultDense
Definition: uniform_types.h:52
daal::algorithms::distributions::uniform::Method
Method
Definition: uniform_types.h:50
daal::algorithms::distributions::uniform::interface1::Parameter::b
algorithmFPType b
Definition: uniform_types.h:77
daal::algorithms::distributions::uniform::interface1::Parameter::a
algorithmFPType a
Definition: uniform_types.h:76