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