11 #include "Distribution.h"
21 params.addClassDescription(
"Monte Carlo Sampler.");
22 params.addRequiredParam<dof_id_type>(
"num_rows",
"The number of rows per matrix to generate.");
23 params.addRequiredParam<std::vector<DistributionName>>(
25 "The distribution names to be sampled, the number of distributions provided defines the "
26 "number of columns per matrix.");
31 : Sampler(parameters),
32 _distribution_names(getParam<std::vector<DistributionName>>(
"distributions"))
37 setNumberOfRows(getParam<dof_id_type>(
"num_rows"));