Rust Standard Library Cookbook
上QQ阅读APP看书,第一时间看更新

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.