ncsu-landscape-dynamics / pops-core

PoPS Core: C++ library for the Pest or Pathogen Spread Model
https://ncsu-landscape-dynamics.github.io/pops-core
GNU General Public License v2.0
5 stars 2 forks source link

Explore alernative solutions for random numbers #211

Open wenzeslaus opened 6 months ago

wenzeslaus commented 6 months ago

To achieve a cross-platform reproducibility, explore alternatives such as custom copy of relevant standard library files, Boost, and PCG for random number generators and distributions.