Re: [Math] New base class for all RNGs

2015-12-27 Thread Phil Steitz
On 12/26/15 4:07 PM, Gilles wrote: > On Sat, 26 Dec 2015 15:32:04 -0700, Phil Steitz wrote: >> On 12/26/15 10:52 AM, Gilles wrote: >>> Hi. >>> >>> There are currently two RNG hierarchies: "AbstractRandomGenerator" >>> and >>> "BitsStreamGenerator". They both implement the "RandomGenerator" >>> inte

Re: [Math] New base class for all RNGs

2015-12-27 Thread Phil Steitz
On 12/26/15 4:52 PM, Gilles wrote: > On Sat, 26 Dec 2015 15:32:04 -0700, Phil Steitz wrote: >> On 12/26/15 10:52 AM, Gilles wrote: >>> Hi. >>> >>> There are currently two RNG hierarchies: "AbstractRandomGenerator" >>> and >>> "BitsStreamGenerator". They both implement the "RandomGenerator" >>> inte

Re: [Math] New base class for all RNGs

2015-12-26 Thread Phil Steitz
> On Dec 26, 2015, at 4:07 PM, Gilles wrote: > >> On Sat, 26 Dec 2015 15:32:04 -0700, Phil Steitz wrote: >>> On 12/26/15 10:52 AM, Gilles wrote: >>> Hi. >>> >>> There are currently two RNG hierarchies: "AbstractRandomGenerator" >>> and >>> "BitsStreamGenerator". They both implement the "Random

Re: [Math] New base class for all RNGs

2015-12-26 Thread Gilles
On Sat, 26 Dec 2015 15:32:04 -0700, Phil Steitz wrote: On 12/26/15 10:52 AM, Gilles wrote: Hi. There are currently two RNG hierarchies: "AbstractRandomGenerator" and "BitsStreamGenerator". They both implement the "RandomGenerator" interface. In both classes, the "nextBytes(byte[])" method gene

Re: [Math] New base class for all RNGs

2015-12-26 Thread Gilles
On Sat, 26 Dec 2015 15:32:04 -0700, Phil Steitz wrote: On 12/26/15 10:52 AM, Gilles wrote: Hi. There are currently two RNG hierarchies: "AbstractRandomGenerator" and "BitsStreamGenerator". They both implement the "RandomGenerator" interface. In both classes, the "nextBytes(byte[])" method gene

Re: [Math] New base class for all RNGs

2015-12-26 Thread Phil Steitz
On 12/26/15 10:52 AM, Gilles wrote: > 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, functiona

Re: [Math] New base class for all RNGs

2015-12-26 Thread Phil Steitz
On 12/26/15 10:52 AM, Gilles wrote: > 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, functiona

Re: [Math] New base class for all RNGs

2015-12-26 Thread Luc Maisonobe
Le 26/12/2015 18:52, Gilles a écrit : > 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, functiona