//! `MCHeP` is a multi-dimensional Monte Carlo integration routine.
//!//! Currently, `MCHeP` implements the VEGAS (adaptive importance sampling)
//! and VEGAS+ adaptive stratified sampling algorithms.
pubmodgrid;pubmodintegrand;pubmodvegas;pubmodvegasplus;#[cfg(feature ="mpi")]pubmodmpi;#[cfg(feature ="gpu")]pubmodgpu;