Thanks null rng parameter works for me.
-Ajo.
On Tue, May 20, 2014 at 1:15 PM, Phil Steitz wrote:
> On 5/20/14, 12:54 PM, Ajo Fod wrote:
> > A couple of observations:
> > ... The default random generator takes a while to instantiate.
> > ... Many functions of these distributions don't require
On 5/20/14, 12:54 PM, Ajo Fod wrote:
> A couple of observations:
> ... The default random generator takes a while to instantiate.
> ... Many functions of these distributions don't require a random generator.
> Generally speaking only sampling requires it.
>
> So, why force the default constructor t
A couple of observations:
... The default random generator takes a while to instantiate.
... Many functions of these distributions don't require a random generator.
Generally speaking only sampling requires it.
So, why force the default constructor to initialize with a new random
generator. Why no
How about giving the user the options
1. go the traditional way of calling the series of get methods and perform
the operation
or
2. the pure expression way (this wouldnt allow the user to mix with the
first style)
the 2nd option does seem very similar to what jxpath does for living, but
having s