pub fn solve_trajectory_for_monte_carlo(
inputs: &BallisticInputs,
) -> Result<TrajectoryOutput, String>Expand description
Solve trajectory for Monte Carlo run
This function evaluates a single trajectory with the given inputs and returns simplified output suitable for statistical analysis.