Sign in
rust
/
rust
/
fe4e93622e2d413ba059162be6cf2aedd5e54bec
/
.
/
library
/
std
/
src
/
sys
/
random
/
motor.rs
blob: 386b3704a91ea2a88456149c3b23354986f5659c [
file
]
pub
fn
fill_bytes
(
bytes
:
&
mut
[
u8
])
{
moto_rt
::
fill_random_bytes
(
bytes
)
}