Skip to main content

stochastic_rs_core/
lib.rs

1//! # stochastic-rs-core
2//!
3//! Foundational types and utilities shared across the stochastic-rs workspace.
4
5#[cfg(feature = "python")]
6pub mod python;
7pub mod simd_rng;