Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

const int RANDOM = chrono::high_resolution_clock::now().time_since_epoch().

count();
struct chash {
int operator()(int x) const { return x ^ RANDOM; }
};
gp_hash_table<key, int, chash> table;

You might also like