07-31-2008 04:16 AM
07-31-2008 06:58 AM
07-31-2008 09:51 AM
Stefan,
I *think* that what you need is already available in the "Gaussian White Noise" vi. If you check the online help, you'll see that the internal state of the random number generator is seeded *only* if you wire in a seed value > 0. So all you should have to do is to send in a positive value on iteration 0 of your loop and a negative value on all other iterations. If you run the app twice with the same seed value wired in on iteration 0, you'll produce the exact same pseudo-random stream of gaussian noise.
I've done this a few times myself and can vouch for the repeatability.
-Kevin P.
08-01-2008 04:47 AM