-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Description
LeetCode Username
amcones
Problem Number, Title, and Link
Bug Category
Incorrect or missing "Related Topics"
Bug Description
Rust 语言 v0.9.0 版本 rand api 无法使用
https://rust-random.github.io/rand/rand/index.html
let mut rng = rand::rng();
println!("{}", rng.random_range(0..9));
Language Used for Code
Rust
Code used for Submit/Run operation
let mut rng = rand::rng();
println!("{}", rng.random_range(0..9));Expected behavior
正常编译
Screenshots
No response
Additional context
No response