1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2018年8月2日 |
---|
#93 在 #rng
3KB
57 行
preshrng
致谢
此库实现了一个生成唯一随机整数的算法,该算法取自这个仓库。
相关文章:http://preshing.com/20121224/how-to-generate-a-sequence-of-unique-random-integers/
许可证
发布到公共领域。
lib.rs
:
此库实现了一个随机数生成器,输出一个唯一的 usize-d 整数。原始版本(C++):https://github.com/preshing/RandomSequence 文章:http://preshing.com/20121224/how-to-generate-a-sequence-of-unique-random-integers/