1 个不稳定版本
使用旧的 Rust 2015
0.1.2 | 2015年10月31日 |
---|
#16 在 #distributions
21KB
622 行
随机数分布
这是一个用于随机数分布的 Rust 库。它建立在 rand
提供的随机数生成器之上。
用法
将此添加到您的 Cargo.toml
[dependencies]
distributions = "0.3"
并将其添加到您的 crate 根目录
extern crate distributions;
依赖关系
~490–790KB
~11K SLoC