Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

v2.1.1

Latest
Compare
Choose a tag to compare
@mattfidler mattfidler released this 27 May 14:50
· 8 commits to main since this release
4119733
  • Breaking Change changed distributions from the standard C++
    <random> to boost::random. Since this is not dependent on the
    compiler, it makes the random numbers generated from Mac, Windows
    and Linux the same for every distribution. Unfortunately with a new
    random number transformation, the simulation results will likely be
    different than they were before. The exception to this is the
    uniform number, which was always the same between platforms.

What's Changed

Full Changelog: v2.0.13...v2.1.1