We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e20385 commit 900aa00Copy full SHA for 900aa00
src/tools/miri/tests/pass/shims/random.rs
@@ -1,5 +1,5 @@
1
#![feature(random)]
2
3
fn main() {
4
- let _x: i32 = std::random::random();
+ let _x: i32 = std::random::random(..);
5
}
0 commit comments