Use a seedable RNG instead of getrandom crate

This commit is contained in:
YanWQ-monad
2024-04-29 22:50:40 +08:00
committed by Tate, Hongliang Tian
parent b11e6d2d62
commit 82220748c0
9 changed files with 53 additions and 15 deletions

View File

@ -67,6 +67,7 @@ pub(crate) mod vdso;
pub mod vm;
pub fn init() {
util::random::init();
driver::init();
time::init();
net::init();