EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
randperm.f90 File Reference

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...
 

Function/Subroutine Documentation

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

Parameters
[in]nlength of array P
[out]pon output, this is a random permutation of the integers from 1 to N

Definition at line 30 of file randperm.f90.