mirror of
https://github.com/github/codeql.git
synced 2026-07-02 18:15:33 +02:00
Replace std::rand() with std::mt19937 seeded by std::random_device for less predictable cache eviction. Also use .first from emplace() instead of structured binding with ignored second element.