2 releases
0.3.1 | Jan 30, 2024 |
---|---|
0.3.0 | Jan 30, 2024 |
0.2.0 |
|
0.1.0 |
|
#784 in Algorithms
30 downloads per month
52KB
1.5K
SLoC
make
https://github.com/jirka-h/ranluxpp-portable binding
what this
ranlux++ pRNG
use
let rand = Ranluxpp::new();
let rand = Ranluxpp::new();
let mut x = [0u64; 9];
rand.rand(&mut x);
println!("{:?}", x);
ref
No runtime deps
~0–280KB