EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | randperm (N, p) |
subroutine to create an array of a random permutations of the natural numbers from 1 to N More... | |
subroutine randperm | ( | integer, intent(in) | N, |
integer, dimension(n), intent(out) | p | ||
) |
subroutine to create an array of a random permutations of the natural numbers from 1 to N
[in] | n | length of array P |
[out] | p | on output, this is a random permutation of the integers from 1 to N |
Definition at line 30 of file randperm.f90.