= PDAF_set_seedset = This page documents the routine `PDAF_set_seedset` of PDAF, which was introduced with PDAF V3.0. This routine can be called a choose the seedset for the random number generated used in PDAF. The interface is: {{{ SUBROUTINE PDAF_set_seedset(seedset_in) INTEGER,INTENT(in) :: seedset_in !< Seedset index (between 1 and 20) }}} **Note:** * 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.