Andrea Griffini

Results 4 comments of Andrea Griffini

Unfortunately default Javascript random generator cannot be seeded, so to support random state functions a custom pseudorandom generator will have to be used. On Mon, Apr 29, 2013 at 1:48...

No you cannot in general. Random state can be copied so if you start using Javascript random you must also start storing all random numbers extracted after the first copy...

Why isn't `new (g())` correct? Seems working fine at least in chrome and firefox. You can even pass parameters to `f` with `new (g())(x)`. Andrea On Fri, Apr 22, 2016...

I agree. Andrea On Wed, Sep 21, 2022 at 8:36 PM Robert Smith ***@***.***> wrote: > +1 > > — > Reply to this email directly, view it on GitHub...