Mersenne Twister pseudorandom number generator

Find us on…

GitHub

mersenne-twister-fortran

pikmersenne-twister-fortranaia

Status

GitHub release Build Status codecov last-commit

Description

Mersenne Twister pseudorandom number generator.

License

The sourcecode is released under a permissive BSD-style license.

Building mersenne-twister-fortran

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" }

Documentation

The latest API documentation can be found here. This was generated from the source code using FORD.

References

Developer Info

Jacob Williams

Source Files

Modules

Derived Types