Docs.rs
algos-0.6.8
algos 0.6.8
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
GrayJack
Brad-Edwards
Dependencies
approx ^0.5.1
normal
hex ^0.4.3
normal
log ^0.4.25
normal
ndarray ^0.16.1
normal
num-bigint ^0.4.6
normal
num-bigint-dig ^0.8.4
normal
num-integer ^0.1.46
normal
num-prime ^0.4.4
normal
num-traits ^0.2.17
normal
rand ^0.8.5
normal
rand_core ^0.9.1
normal
rand_distr ^0.4.3
normal
rayon ^1.8.1
normal
thiserror ^2.0.11
normal
cargo-tarpaulin ^0.32.0
dev
criterion ^0.5.1
dev
rand ^0.8.5
dev
Versions
66.05%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
algos/math/
monte_carlo.rs
1
pub mod
monte_carlo_integration;
2
3
pub use
monte_carlo_integration::monte_carlo_integration;