[Rust Guide] 2.2. Number Guessing Game Pt.2 - Generating Random Numbers
rust
dev.to
2.2.0. Key Points in This Article In this article, you will learn: Searching and downloading external Crates Cargo dependency management Upgrade rules based on semantic versioning rand random number generator ... 2.2.1. Game Objectives Generate a random number between 1 and 100 (covered in this article) Prompt the player to input a guess After guessing, the program will indicate whether the guess is too high or too low If the guess is correct, print a congratulatory m