You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This would be good for a variety of reasons (cough showing off scheduling power cough). We could seed it with something random like the RTC and then use the PRNG for the rest of the kernel life.
I'm pretty sure that some of rand is #[no_std] so we could use that
This would be good for a variety of reasons (cough showing off scheduling power cough). We could seed it with something random like the RTC and then use the PRNG for the rest of the kernel life.
I'm pretty sure that some of
randis#[no_std]so we could use that