Skip to content

Commit

Permalink
Add documentation for old_math_random
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Jun 19, 2024
1 parent 8b3b96e commit 987b670
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/psn_configuration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,8 @@ \subsection{Output style}
\end{itemize}
The header row will not be added for MATLAB but for EXCEL and SPLUS.

\end{document}
\subsection{Using legacy Math::Random}

PsN has starting with version 5.4.0 switched to use Math::Random::Free instead of Math::Random for generation of random numbers. The reason is that Math::Random isn't under an open source license. For reproducibility reasons PsN can still run using Math::Random if setting the configuration \verb|old_math_random| to $1$ in psn.conf

\end{document}

0 comments on commit 987b670

Please sign in to comment.