mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Fix usage example in documentation to reference the crate name direcly
This commit is contained in:
parent
f2bd39b722
commit
f6dea3fbca
@ -5,7 +5,7 @@
|
||||
//!
|
||||
//! Usage:
|
||||
//! ```
|
||||
//! use crate::random::randomx_secure::SecureRandomX;
|
||||
//! use rustframe::random::randomx_secure::SecureRandomX;
|
||||
//! let mut rng = SecureRandomX::new().expect("secure rng");
|
||||
//! let x = rng.normal(0.0, 1.0);
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user