|
> Why do you need two separate streams? The (pseudo-)random numbers will
> be (apparently) independent and not serially correlated (not
> statistically
> correlated, even if they are mathematically derivable) even if you run
> them from a single stream. So what are you doing that you need two
> separate streams?
If this is true, then this is good enough for me. Does this apply to
both the ranuni function and the call ranuni statement, or just to the
latter?
|