xref: /DragonOS/kernel/src/arch/riscv64/rand.rs (revision 406099704eb939ae23b18f0cfb3ed36c534c1c84)
1 pub fn rand() -> usize {
2     unimplemented!("RiscV64 rand");
3 }
4