Crates.io | ranluxpp-rs |
lib.rs | ranluxpp-rs |
version | 0.3.1 |
source | src |
created_at | 2024-01-30 07:56:58.439714 |
updated_at | 2024-01-30 08:55:58.012514 |
description | Ranlux++ FFI bindings for Rust |
homepage | |
repository | https://github.com/oligamiq/ranluxpp-rs |
max_upload_size | |
id | 1119971 |
size | 78,980 |
https://github.com/jirka-h/ranluxpp-portable binding
ranlux++ pRNG
let rand = Ranluxpp::new();
let rand = Ranluxpp::new();
let mut x = [0u64; 9];
rand.rand(&mut x);
println!("{:?}", x);