Closed
Description
Of interest to this WG are some developments on rust-random, namely the new getrandom crate and plans to integrate it into std
:
There's an open issue about no_std
support for getrandom
in general, including various ways it could potentially be integrated into core
instead of std
:
One approach might be the addition of a new lang item.
Curious of anyone has thoughts on this for embedded device use cases. Since embedded-hal
generally eschews global state for things like device peripherals, I'm wondering if the existing rand_core
API may actually be a better fit.
Metadata
Metadata
Assignees
Labels
No labels