pub fn monte_carlo_mean<F>(
seed: SimulationSeed,
samples: usize,
observation: F,
) -> Result<MonteCarloEstimate, MonteCarloError>pub fn monte_carlo_mean<F>(
seed: SimulationSeed,
samples: usize,
observation: F,
) -> Result<MonteCarloEstimate, MonteCarloError>