RandomLegacyRelease
New to Analytica 5.1
The legacy release number that pseudo-random sequences and random samples should match. The value is integer equal to:
major * 10K + minor * 100 + patch
Such as 50017 for release 5.0.17.
Occasionally improved algorithms are discovered and implemented in newer Analytica releases, but these may alter the exact pseudo-random sequence of numbers. You may want your Monte Carlo simulations to produce the same random sequence as in an earlier release, in which case this should be set to that release number.
If you don't need this level of reproducibility with a legacy release and instead prefer to always use the best, fastest algorithm in whichever release you are using, then you can set this to 999999.
Comments
Enable comment auto-refresher