Hello Rust team, I noticed that the random number generation example in "The Guessing Game" chapter appears to use the older `rand` API: ```rust let secret_number = rand::thread_rng().gen_range(1..=100);
Hello Rust team,
I noticed that the random number generation example in "The Guessing Game" chapter appears to use the older
randAPI: