Hi.

There are currently two RNG hierarchies: "AbstractRandomGenerator" and
"BitsStreamGenerator". They both implement the "RandomGenerator" interface.

In both classes, the "nextBytes(byte[])" method generates 4 bytes at a time. Thus, functionally the code is the same, even though one calls "nextInt" and
the other "next(32)" (which is what its "nextInt()" also calls).

I propose that a new base class implements "nextBytes" (and perhaps other
methods that can be coded in a generic way):
  https://issues.apache.org/jira/browse/MATH-1307

Are there objections?

Regards,
Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to