![]() |
Octopus
|
Definition at line 139 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 180 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 192 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 211 of file quickrnd.F90.