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