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