Skip to content

v1.0.2 - Fixed RNG

Latest
Compare
Choose a tag to compare
@joegilkes joegilkes released this 17 Jan 11:21

Fixes random number generation (RNG) to allow for results from separate runs of CDE with the same input to be properly reproduced when ranseed is set. Further details can be found in e5c8dfb.

Note that RNG will differ between compilers, so CDE compiled with gfortran will generate different results from the same seed when compared to CDE compiled with ifort.

Full Changelog: v1.0.1...v1.0.2