26 virtual Real
computeSample(dof_id_type row_index, dof_id_type col_index)
override;
A class used to perform Monte Carlo Sampling.
std::vector< Distribution const * > _distributions
Storage for distribution objects to be utilized.
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
Return the sample for the given row and column.
const std::vector< DistributionName > & _distribution_names
Distribution names.
static InputParameters validParams()
const InputParameters & parameters() const