rust_qrng 0.1.2

Tsotchkes quantum random number generator library with cryptographic, financial, and gaming applications converted to Rust
Documentation
1
2
3
4
// This file serves as a module file for financial functionalities. It will include and re-export items from other files in the finance directory.

pub mod monte_carlo;
pub mod options_pricing;