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 to choose a seedset for the random number generator 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. They are, for example, used in PDAF_sampleens in the particle filter.
Last modified 3 weeks ago Last modified on May 19, 2025, 4:03:21 PM
Note: See TracWiki for help on using the wiki.