MCPcopy Create free account
hub / github.com/Compaile/ctrack / run_estimations

Function run_estimations

examples/high_variance_pi_estimation.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void run_estimations(int iterations, int points_per_estimation) {
26 for (int i = 0; i < iterations; ++i) {
27 estimate_pi(points_per_estimation);
28 }
29}
30
31int main() {
32 const int total_estimations = 1000;

Callers

nothing calls this directly

Calls 1

estimate_piFunction · 0.85

Tested by

no test coverage detected