public interface rvs_uniform
Get uniformly distributed random variate for integer, real and complex
variables.
(Specification)
Module Procedures
Arguments
None
Return Value
real(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int8)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int16)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int32)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
real(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
real(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
complex(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
complex(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int8)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int16)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int32)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
integer(kind=int64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
loc |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
real(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
loc |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
real(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
loc |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
complex(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
loc |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
scale |
|
Return Value
complex(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
integer(kind=int8), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
integer(kind=int16), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
integer(kind=int32), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
loc |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
integer(kind=int64), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
loc |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
real(kind=sp), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
loc |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
real(kind=dp), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
loc |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
complex(kind=sp), (array_size)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
loc |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
scale |
|
integer,
|
intent(in) |
|
|
:: |
array_size |
|
Return Value
complex(kind=dp), (array_size)