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 d3c8e06 commit 131436dCopy full SHA for 131436d
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