22 #ifndef __UNIFORM__TYPES_H__
23 #define __UNIFORM__TYPES_H__
25 #include "algorithms/distributions/distribution_types.h"
31 namespace distributions
63 template<
typename algorithmFPType>
64 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
72 Parameter(algorithmFPType _a = 0.0, algorithmFPType _b = 1.0): a(_a), b(_b) {}
80 services::Status check() const DAAL_C11_OVERRIDE;
84 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:31