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 justmake all methods final.
Yes, I remember. A final class is probably better. Bye, bearophile
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 justmake all methods final.
Yes, I remember. A final class is probably better. Bye, bearophile