public interface larnv
LARNV returns a vector of n random complex numbers from a uniform or
normal distribution.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
idist |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
iseed(4) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=sp),
|
intent(out) |
|
|
:: |
x(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
idist |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
iseed(4) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=dp),
|
intent(out) |
|
|
:: |
x(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
idist |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
iseed(4) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=sp),
|
intent(out) |
|
|
:: |
x(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
idist |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
iseed(4) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=dp),
|
intent(out) |
|
|
:: |
x(*) |
|
Module Procedures