//! Stochastic process simulation module
//!
//! This module provides implementations of various stochastic processes and numerical methods
//! for simulating their sample paths. The implementations are optimized for performance and accuracy.
/// Common traits and process types for convenient glob imports.
///
/// Importing this module is the shortest way to bring simulation traits such as
/// `ContinuousProcess`, `PointProcess`, `DiscreteProcess`, and moment utilities
/// into scope.
/// Macros for generating stochastic processes