NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
Random number generator

Data Types

interface  random_real_pos
 Function returning a real number in the open interval (0,1) More...
 

Detailed Description

The random number are generated using the 64-bit version of MT19937, translated from C-program for MT19937-64 (2004/9/29 version) originally coded by Takuji Nishimura and Makoto Matsumoto http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt64.html

Fortran translation by RĂ©mi Piatek see http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/FORTRAN/fortran.html


Data Type Documentation

◆ random::random_real_pos

interface random::random_real_pos

Function returning a real number in the open interval (0,1)