#integer #random #int #inclusive

无 std random-integer

生成两个整数(包括这两个整数)之间的随机整数

9 个稳定版本

1.2.1 2020年6月10日
1.2.0 2020年6月9日
1.1.1 2020年3月13日
1.0.5 2019年9月17日
1.0.0 2018年8月31日

#10 in #inclusive

Download history 18/week @ 2024-03-25 39/week @ 2024-04-01 31/week @ 2024-04-15 42/week @ 2024-04-29 14/week @ 2024-05-06 23/week @ 2024-05-13 13/week @ 2024-05-20 23/week @ 2024-05-27 1/week @ 2024-06-03 8/week @ 2024-06-10 69/week @ 2024-07-08

每月 70 次下载

MIT 协议

6KB
110

随机整数

Build Status

此软件包已被弃用,请使用 random-number 代替。

https://crates.io/crates/random-number

Crates.io

https://crates.io/crates/random-integer

文档

https://docs.rs/random-integer

许可证

MIT


lib.rs:

随机整数

生成两个整数(包括这两个整数)之间的随机整数。

示例

extern crate random_integer;

let rnd = random_integer::random_u8(224, 255);

println!("{}", rnd);

依赖项

~520KB