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