It should give better random numbers now.
@@ -94,7 +94,7 @@ class box {
class solution {
std::vector<box> boxes;
std::default_random_engine gen;
std::mt19937_64 gen;
long long fitness;
int capacity;
int iterations;
The note is not visible to the blocked user.