Hi Gilles,

Following up the discussion on
https://issues.apache.org/jira/browse/MATH-1597

* My suggestion was for "skip" to be similar to "jump" (i.e. it would
return a "SkippableSequence")... *

Yes will improve the API design.

I tried it by returning the LowerDiscrepencySequence so we do not end up in
a cul de sac.
So the caller will have its next vector that way

double[] currentVector = generator.skipTo(5).get();

The PR is updated, please let me know your thoughts

Thanks

Reply via email to