Use faster random engine

This commit is contained in:
Joscha 2017-04-30 11:34:42 +00:00
parent fc0840d79d
commit 075b35d5d0
5 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ public:
static size_t size;
static size_t living;
static Fitness* fitness;
static std::mt19937_64* re;
static std::minstd_rand* re;
Generation();