H. S. Teoh:

There are a lot of issues with RNG's being passed by value; it's better to use a reference type (i.e. class) and just
make all methods final.

Yes, I remember. A final class is probably better.

Bye,
bearophile

Reply via email to