A quasi-Monte Carlo method is a deterministic analog of a Monte Carlo method in which random samples are replaced by carefully selected points.
The points are commonly obtained from quasirandom
sequences and are chosen to cover the relevant domain
more evenly than independent random points (Niederreiter 1992).
The appropriate measure of point-set quality depends on the problem being solved. In quasi-Monte Carlo integration,
the principal criterion is low discrepancy. For global optimization, the analogous deterministic
search instead seeks point sets with small dispersion (Niederreiter 1992). Thus quasi-Monte
Carlo integration is the most prominent instance of a broader class of methods.