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