Use faster random engine
This commit is contained in:
parent
fc0840d79d
commit
075b35d5d0
5 changed files with 6 additions and 6 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue