Hello. Halton and Sobol sequences have been implemented in the "random" package. From Wikipedia[1]: ---CUT--- Low-discrepancy sequences are also called quasirandom sequences, due to their common use as a replacement of uniformly distributed random numbers. The "quasi" modifier is used to denote more clearly that the values of a low-discrepancy sequence are neither random nor pseudorandom. ---CUT---
TL;DR; I propose to create an interface "LowDiscrepancySequence" to properly represents the concept (as opposed to "RandomVectorGenerator"). Regards, Gilles [1] https://en.wikipedia.org/wiki/Low-discrepancy_sequence --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org