x | The independent variable. |
id | The id number of the spline containing the PSD versus frequency data. |
f0 | A real variable that specifies the lowest frequency to be regenerated. |
f1 | A real variable that specifies the highest frequency to be regenerated. |
nf | An integer that specifies the number of frequencies. The number of frequencies is unlimited. |
linlog | An integer variable that acts as a flag indicating whether the PSD data points are interpolated in the linear or logarithmic domain. The legal values are: ■yes (0) - linear domain ■no (1) - logarithmic domain |
seed | A real variable that specifies a seed for a random number generator, used to calculate the phase shifts. The seed is a real number that will be cast to an integer using the int() C++ operator. Adams Solver C++ has no limits on the number of different integer seeds that can be used. |

, is calculated by a pseudo-random number generator.
