Version 3 (modified by 13 days ago) ( diff ) | ,
---|
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.
Note:
See TracWiki
for help on using the wiki.