Get uniform distribution cumulative distribution function (cdf) for integer, real and complex variables. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | x | |||
| integer(kind=int8), | intent(in) | :: | loc | |||
| integer(kind=int8), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | x | |||
| integer(kind=int16), | intent(in) | :: | loc | |||
| integer(kind=int16), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | x | |||
| integer(kind=int32), | intent(in) | :: | loc | |||
| integer(kind=int32), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | x | |||
| integer(kind=int64), | intent(in) | :: | loc | |||
| integer(kind=int64), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | loc | |||
| real(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | loc | |||
| real(kind=dp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | loc | |||
| complex(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | loc | |||
| complex(kind=dp), | intent(in) | :: | scale |
Get uniform distribution probability density (pdf) for integer, real and complex variables. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | x | |||
| integer(kind=int8), | intent(in) | :: | loc | |||
| integer(kind=int8), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | x | |||
| integer(kind=int16), | intent(in) | :: | loc | |||
| integer(kind=int16), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | x | |||
| integer(kind=int32), | intent(in) | :: | loc | |||
| integer(kind=int32), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | x | |||
| integer(kind=int64), | intent(in) | :: | loc | |||
| integer(kind=int64), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | loc | |||
| real(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | loc | |||
| real(kind=dp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | loc | |||
| complex(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | loc | |||
| complex(kind=dp), | intent(in) | :: | scale |
Get uniformly distributed random variate for integer, real and complex variables. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | loc | |||
| integer(kind=int8), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | loc | |||
| integer(kind=int16), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | loc | |||
| integer(kind=int32), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | loc | |||
| integer(kind=int64), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | loc | |||
| real(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | loc | |||
| real(kind=dp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | loc | |||
| complex(kind=sp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | loc | |||
| complex(kind=dp), | intent(in) | :: | scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | loc | |||
| integer(kind=int8), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | loc | |||
| integer(kind=int16), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | loc | |||
| integer(kind=int32), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | loc | |||
| integer(kind=int64), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | loc | |||
| real(kind=sp), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | loc | |||
| real(kind=dp), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | loc | |||
| complex(kind=sp), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | loc | |||
| complex(kind=dp), | intent(in) | :: | scale | |||
| integer, | intent(in) | :: | array_size |
Fisher-Yates shuffle algorithm for a rank one array of integer, real and complex variables. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | list(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | list(:) |