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
5
6
7
// src/core/mod.rs

pub mod quantum_rng;
pub mod error;

pub use quantum_rng::QuantumRNG;
pub use error::QuantumRngError;