- Rust Standard Library Cookbook
- Jan Nils Ferner Daniel Durante
- 35字
- 2021-08-27 19:45:05
Generating random numbers
As described in the preface, the Rust core team left some functionality intentionally out of the standard and put it into its own external crate. Generating pseudo-random numbers is one such functionality.