Hi. In source directory (currently in branch "RNG-30__sampling") src/main/java/org/apache/commons/rng/sampling/distribution I've tried to have the class name be self-documenting. That is, the name reflects the reference of the algorithm, as provided in the Javadoc (copied from "Commons Math").
Please have a look and let me ASAP if there is a better suggestion. In particular, the name of the "PoissonSampler" class should perhaps be more specific; but the "problem" (for this naming scheme) is that it combines _two_ references. As you can guess, I'd like to avoid a situation where we'd have PoissonSampler PoissonSampler2 etc. in case alternative algorithms are later implemented. Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org