|
NCEPLIBS-w3emc
2.11.0
|
Modern random number generator. More...
Go to the source code of this file.
Modules | |
| module | mersenne_twister |
| This module calculates random numbers using the Mersenne twister. | |
Functions/Subroutines | |
| real function, public | mersenne_twister::random_gauss_f () |
| Generates Gaussian random numbers in functional mode. More... | |
| integer function, public | mersenne_twister::random_index_f (imax) |
| Generates random indices in functional mode. More... | |
| real function, public | mersenne_twister::random_number_f () |
| Generates random numbers in functional mode. More... | |
| subroutine, public | mersenne_twister::random_seed (size, put, get, stat) |
| Sets and gets state; overloads Fortran 90 standard. More... | |