public interface shuffle
Fisher-Yates shuffle algorithm for a rank one array of integer, real and
complex variables.
(Specification)
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
integer(kind=int8), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
integer(kind=int16), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
integer(kind=int32), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
integer(kind=int64), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
real(kind=sp), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
real(kind=dp), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
complex(kind=sp), (size(list))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
list(:) |
|
Return Value
complex(kind=dp), (size(list))