initialize

This commit is contained in:
Caio Oliveira 2026-01-11 01:06:06 -03:00 committed by lizzie
parent a28b3a06fe
commit d12d8417ed
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ private:
mutable std::mt19937 rand_gen;
size_t defined_insts_count;
size_t defined_insts_count = 0;
};
template<typename T>