triangle_monte_carlo_test, a C++ code which calls triangle_monte_carlo(), which estimates the integral of a function over a general triangle using the Monte Carlo method.
The information on this web page is distributed under the MIT license.
triangle_monte_carlo, a C++ code which uses the Monte Carlo method to estimate integrals over the interior of a general triangle in 2D.