mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 12:06:10 +00:00
Add randomx and randomx_secure modules for random number generation
This commit is contained in:
5
src/random/mod.rs
Normal file
5
src/random/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod randomx;
|
||||
pub mod randomx_secure;
|
||||
|
||||
pub use randomx::RandomX;
|
||||
pub use randomx_secure::SecureRandomX;
|
||||
Reference in New Issue
Block a user