[package] name = "spawn-stochastic" version = "0.1.0" authors = ["nzengi "] edition = "2021" description = "A Rust library for simulating multiple stochastic processes including ABM, GBM, Ornstein-Uhlenbeck, Feller Square Root, and Brownian Bridge." license = "MIT" repository = "https://github.com/nzengi/spawn-stochastic" documentation = "https://docs.rs/spawn-stochastic" homepage = "https://github.com/nzengi/spawn-stochastic" keywords = ["stochastic", "finance", "simulation", "mathematics"] categories = ["science", "simulation", "mathematics", "finance"] [dependencies] rand = "0.8" # Required for random number generation in stochastic simulations