48 #ifndef __UNIFORM__TYPES_H__
49 #define __UNIFORM__TYPES_H__
51 #include "algorithms/distributions/distribution_types.h"
57 namespace distributions
89 template<
typename algorithmFPType>
90 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
98 Parameter(algorithmFPType _a = 0.0, algorithmFPType _b = 1.0): a(_a), b(_b) {}
106 services::Status check() const DAAL_C11_OVERRIDE;
110 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:57