You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[monte_carlo.md] Remove rng=None guard; use global rng as default
Per reviewer feedback, remove repetitive `if rng is None` checks and
change `rng=None` to `rng=rng` across all 7 functions, following the
convention established in lecture-python.myst PR #874.
Also reformat `simulate_asset_price_path` signature to one-arg-per-line
style (consistent with other multi-argument functions in the file) to
fix the 80-character line length violation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments