stochastic-rs-core 2.0.0-beta.2

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

pub mod python;
pub mod simd_rng;