Skip to content

ABouttefeux/ranlux_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranlux rs

Build

Implementation of Ranlux in rust. Moreover improved generator are provided following the blog post of Christoph Conrads' blog.

Ranlux is a non cryptographic pseudo random number generator. It has excellent statistical property. It was developed for Monte Carlo simulation, more precisely Lattice Field Theory Simulations.

The base implementation of ranlux is meant to generator f32 and f64 random number between 0 and 1. We provided a modified a modified version able to generate random bites.

Usage

Add ranlux_rs = { version = "0.1.0", git = "https://github.com/ABouttefeux/ranlux_rs", branch = "develop" } in your cargo.toml.

Why ?

I need this generator for lattice_qcd_rs and there was no implementation that I know of in rust.

Sources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages