Changes between Version 2 and Version 3 of PDAF_set_seedset


Ignore:
Timestamp:
May 19, 2025, 4:03:21 PM (13 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_set_seedset

    v2 v3  
    33This page documents the routine `PDAF_set_seedset` of PDAF, which was introduced with PDAF V3.0.
    44
    5 This routine can be called a choose the seedset for the random number generated used in PDAF.
     5This routine can be called to choose a seedset for the random number generator used in PDAF.
    66
    77The interface is:
     
    1313
    1414**Note:**
    15 * 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.
     15* PDAF uses the LAPACK function 'DLARNV' to generate random numbers. They are, for example, used in `PDAF_sampleens` in the particle filter.