**Description**: Implement Monte Carlo simulation for π estimation with configurable iterations. **DoD**: - `bazel test //tests:montecarlo_test` passes. - Accuracy improves with higher iterations. - Supports multithreading with consistent results.
Description: Implement Monte Carlo simulation for π estimation with configurable iterations.
DoD:
bazel test //tests:montecarlo_testpasses.