Mersenne Twister pseudorandom number generator.
The sourcecode is released under a permissive BSD-style license.
The library can be built with the Fortran Package Manager using the provided fpm.toml
file like so:
fpm build --release
To use mersenne-twister-fortran within your fpm project, add the following to your fpm.toml
file:
[dependencies]
mersenne-twister-fortran = { git="https://github.com/jacobwilliams/mersenne-twister-fortran.git" }
The latest API documentation can be found here. This was generated from the source code using FORD.