wiki:PDAF_set_seedset

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.
Last modified 42 hours ago Last modified on Apr 2, 2025, 2:40:31 PM
Note: See TracWiki for help on using the wiki.