use crate::;
/// Interface for Monte Carlo path generation.
///
/// Models implement this trait to fill a `scenario` buffer with simulated
/// values at each time step. Standard-normal draws are supplied externally
/// so that the generator stays deterministic and pure.
/// A volatility function that depends on time.