Re: [math] Name of the new TLP

2016-01-26 Thread Shuan Yang
On Mon, Jan 25, 2016 at 9:21 PM, Henri Yandell wrote: > Any reason why you're not going with Apache Math - math.apache.org? > +1 Yang 2016-01-26 13:58 GMT+08:00 Chas Honton : > Using the list from https://en.m.wikipedia.org/wiki/Areas_of_mathematics, >

Re: [Math] JDK "Random" and "BitsStreamGenerator"

2016-01-26 Thread Phil Steitz
On 1/26/16 6:10 AM, Phil Steitz wrote: > On 1/26/16 1:47 AM, Luc Maisonobe wrote: >> Le 26/01/2016 01:13, Gilles a écrit : >>> Hi. >> Hi Gilles, >> >>> In CM, a base class "BitsStreamGenerator" contains methods for >>> generating various primitive types from a bit source (to be >>> implemented by

Re: [Math] JDK "Random" and "BitsStreamGenerator"

2016-01-26 Thread Gilles
Hello Luc. On Tue, 26 Jan 2016 09:47:20 +0100, Luc Maisonobe wrote: Le 26/01/2016 01:13, Gilles a écrit : Hi. Hi Gilles, In CM, a base class "BitsStreamGenerator" contains methods for generating various primitive types from a bit source (to be implemented by subclasses by overriding the

Re: [Math] JDK "Random" and "BitsStreamGenerator"

2016-01-26 Thread Luc Maisonobe
Hi Gilles, Le 26/01/2016 20:07, Gilles a écrit : > Hello Luc. > > On Tue, 26 Jan 2016 09:47:20 +0100, Luc Maisonobe wrote: >> Le 26/01/2016 01:13, Gilles a écrit : >>> Hi. >> >> Hi Gilles, >> >>> >>> In CM, a base class "BitsStreamGenerator" contains methods for >>> generating various primitive

Re: [Math] JDK "Random" and "BitsStreamGenerator"

2016-01-26 Thread Gilles
Hi. On Tue, 26 Jan 2016 22:11:42 +0100, Luc Maisonobe wrote: Hi Gilles, Le 26/01/2016 20:07, Gilles a écrit : Hello Luc. On Tue, 26 Jan 2016 09:47:20 +0100, Luc Maisonobe wrote: Le 26/01/2016 01:13, Gilles a écrit : Hi. Hi Gilles, In CM, a base class "BitsStreamGenerator" contains

Re: [math] Name of the new TLP

2016-01-26 Thread Phil Steitz
On 1/25/16 10:58 PM, Chas Honton wrote: > Using the list from https://en.m.wikipedia.org/wiki/Areas_of_mathematics, the > current commons math appears to be a sub-set of numerical analysis > algorithms. Is this correct? We also have some statistics, geometry, machine learning and various other

Re: [Math] JDK "Random" and "BitsStreamGenerator"

2016-01-26 Thread Phil Steitz
On 1/26/16 1:47 AM, Luc Maisonobe wrote: > Le 26/01/2016 01:13, Gilles a écrit : >> Hi. > Hi Gilles, > >> In CM, a base class "BitsStreamGenerator" contains methods for >> generating various primitive types from a bit source (to be >> implemented by subclasses by overriding the "next(int bits)" >>