Changes between Version 2 and Version 3 of PDAF_set_seedset
- Timestamp:
- May 19, 2025, 4:03:21 PM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_set_seedset
v2 v3 3 3 This page documents the routine `PDAF_set_seedset` of PDAF, which was introduced with PDAF V3.0. 4 4 5 This routine can be called a choose the seedset for the random number generatedused in PDAF.5 This routine can be called to choose a seedset for the random number generator used in PDAF. 6 6 7 7 The interface is: … … 13 13 14 14 **Note:** 15 * PDAF uses the LAPACK function 'DLARNV' to generate random numbers. The re are e.g. used in PDAF_sampleens or for adding random perturbationsin 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.