We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/scheme/rand
1 parent 207ee73 commit 99c0d76Copy full SHA for 99c0d76
library/std/src/sys/pal/unix/rand.rs
@@ -49,7 +49,7 @@ cfg_if::cfg_if! {
49
}
50
51
const PATH: &'static str = if cfg!(target_os = "redox") {
52
- "rand:"
+ "/scheme/rand"
53
} else {
54
"/dev/urandom"
55
};
0 commit comments