mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Add randomx and randomx_secure modules for random number generation
This commit is contained in:
parent
b86c140126
commit
c995b8723e
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;
|
Loading…
x
Reference in New Issue
Block a user