![]() |
Octopus
|
Definition at line 138 of file quickrnd.F90.
Public Member Functions | |
| subroutine | dquickrnd_single (iseed, rnd) |
| subroutine | dquickrnd_array (iseed, nn, rnd) |
| subroutine | zquickrnd_array (iseed, nn, rnd) |
| subroutine quickrnd_oct_m::quickrnd::dquickrnd_single | ( | integer(int64), intent(inout) | iseed, |
| real(real64), intent(out) | rnd | ||
| ) |
Definition at line 179 of file quickrnd.F90.
| subroutine quickrnd_oct_m::quickrnd::dquickrnd_array | ( | integer(int64), intent(inout) | iseed, |
| integer, intent(in) | nn, | ||
| real(real64), dimension(:), intent(inout) | rnd | ||
| ) |
Definition at line 191 of file quickrnd.F90.
| subroutine quickrnd_oct_m::quickrnd::zquickrnd_array | ( | integer(int64), intent(inout) | iseed, |
| integer, intent(in) | nn, | ||
| complex(real64), dimension(:), intent(inout) | rnd | ||
| ) |
Definition at line 210 of file quickrnd.F90.