ranluxpp-rs

Crates.ioranluxpp-rs
lib.rsranluxpp-rs
version0.3.1
sourcesrc
created_at2024-01-30 07:56:58.439714
updated_at2024-01-30 08:55:58.012514
descriptionRanlux++ FFI bindings for Rust
homepage
repositoryhttps://github.com/oligamiq/ranluxpp-rs
max_upload_size
id1119971
size78,980
oligami (oligamiq)

documentation

README

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

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

Commit count: 0

cargo fmt