#random #ffi #ranlux #ranluxpp

ranluxpp-rs

Ranlux++ FFI 绑定库 for Rust

2 个版本

0.3.1 2024年1月30日
0.3.0 2024年1月30日
0.2.0 2024年1月30日
0.1.0 2024年1月30日

#199#random

LGPL-3.0-or-later

52KB
1.5K SLoC

Rust 1.5K SLoC // 0.0% comments C 158 SLoC // 0.3% comments

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);

参考

https://github.com/jirka-h/ranluxpp-portable

无运行时依赖

~180KB