SSJ 3.0.0 RC 1
Pre-release
Pre-release
This version of SSJ is not for production.
We have just migrated the source code from a custom documentation system which generated Java files from LaTeX input files. Now the Java source code is readily editable. The documentation is in now Doxygen format, which supports mathematical formulas and BibTeX citations.
Users of SSJ 2.6 who want to upgrade their code for SSJ 3 need to replace umontreal.iro.lecuyer
with umontreal.ssj
in the package imports. For example,
import umontreal.iro.lecuyer.rng.MRG32k3a; // using SSJ 2
becomes
import umontreal.ssj.rng.MRG32k3a; // using SSJ 3