Changes between Version 2 and Version 3 of PDAF_set_seed
- Timestamp:
- Mar 14, 2026, 2:09:28 PM (11 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_set_seed
v2 v3 1 = PDAF_set_seed =1 = PDAF_set_seedvec = 2 2 3 This page documents the routine `PDAF_set_seed ` of PDAF, which was introduced with PDAF V3.1.3 This page documents the routine `PDAF_set_seedvec` of PDAF, which was introduced with PDAF V3.1. 4 4 5 5 This routine can be used to explicitly set a seed vector which controls the random vector generation. (See also [wiki:PDAF_set_seedset], which allows to choose a predefined seed vector from 20 different choices) … … 7 7 The interface is: 8 8 {{{ 9 SUBROUTINE PDAF_set_seed (seedvec)9 SUBROUTINE PDAF_set_seedvec(seedvec) 10 10 11 11 INTEGER, INTENT(in) :: seedvec(4) ! Seed vector (the last element needs to be odd) … … 14 14 **Note:** 15 15 * One needs to ensure that the last element of `seedvec` is an odd value (The routine does not check this) 16 * Compared to the routine `PDAF_set_s sedset`, this routine allows for a finer control of random numbers17 * The routine can be used in combination with [wiki:PDAF_get_seed ].16 * Compared to the routine `PDAF_set_seedset`, this routine allows for a finer control of random numbers 17 * The routine can be used in combination with [wiki:PDAF_get_seedvec].
