stochastic-rs-core 2.4.0

Core traits, SIMD RNG, and macros for stochastic-rs.
Documentation
1
2
3
4
5
6
7
8
9
//! # stochastic-rs-core
//!
//! Foundational types and utilities shared across the stochastic-rs workspace.

#[cfg(feature = "python")]
pub mod python;
pub mod simd_rng;
#[cfg(feature = "dual-stream-rng")]
pub mod simd_rng_dual;