2 个版本
0.3.1 | 2024年1月30日 |
---|---|
0.3.0 | 2024年1月30日 |
0.2.0 |
|
0.1.0 |
|
#199 在 #random
52KB
1.5K SLoC
make
https://github.com/jirka-h/ranluxpp-portable 绑定
这是什么
ranlux++ pRNG
使用
let rand = Ranluxpp::new();
let rand = Ranluxpp::new();
let mut x = [0u64; 9];
rand.rand(&mut x);
println!("{:?}", x);
参考
无运行时依赖
~180KB