|  | 1 | = PDAF_set_seedset = | 
          
            |  | 2 |  | 
          
            |  | 3 | This page documents the routine `PDAF_set_seedset` of PDAF, which was introduced with PDAF V3.0. | 
          
            |  | 4 |  | 
          
            |  | 5 | This routine can be called a choose the seedset for the random number generated used in PDAF. | 
          
            |  | 6 |  | 
          
            |  | 7 | The interface is: | 
          
            |  | 8 | {{{ | 
          
            |  | 9 | SUBROUTINE PDAF_set_seedset(seedset_in) | 
          
            |  | 10 | }}} | 
          
            |  | 11 | with the following argument: | 
          
            |  | 12 | {{{ | 
          
            |  | 13 | INTEGER,INTENT(in) :: seedset_in    !< Seedset index (between 1 and 20) | 
          
            |  | 14 | }}} | 
          
            |  | 15 |  | 
          
            |  | 16 | **Note:** | 
          
            |  | 17 | * PDAF uses the LAPACK function 'DLARNV' to generate random numbers. There are e.g. used in PDAF_sampleens or for adding random perturbations in the particle filter. |