Random number generators and other randomness functionality.
cargo add rand
[dependencies]
rand = "0.10.1"
| 官网 | https://rust-random.github.io/book |
|---|---|
| 仓库 | https://github.com/rust-random/rand |
| 文档 | https://docs.rs/rand |
| 最新版本 | 0.10.1 |
| 分类 | algorithms, no-std |