Closed wb2012sf closed 8 years ago
I think you're correct, yes. Do you want to make a pull request with that change?
I just just did, there was actually a second instance of the seed being ignored. I changed that as well. You'll see it in the pull request. Thanks for letting me do this, I learned a lot :-)
Hi, I am not really clued up on how to report findings here, so I just try this. The current definition of the function i4_sobol_generate is as follows:
As I see it, the seed for the i4_sobol() call should be j+skip, not j+1.
seed = j + skip
Otherwise there is no way to apply a different seed, or am I missing something? Apologies if I am completely off. Best Regards