xref
: /
DragonOS
/
kernel
/
src
/
arch
/
riscv64
/
rand.rs
(revision c75ef4e2126c180bf04c08635ffa5a278619c035)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
pub
fn
rand
() ->
usize
{
2
unimplemented
!(
"RiscV64 rand"
);
3
}
4