Template Class MultivariateUniformDistribution
Defined in File multivariate_uniform_distribution.hpp
Class Documentation
-
template<class T, class Constraint>
class MultivariateUniformDistribution Primary template for a multivariate uniform distribution.
- Template Parameters:
T – The result type for sampling from the distribution.
Constraint – The constraint type to limit the range of the distribution function.