You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void benchmark_generate_random_keys(int* keys, const long long int key_count, const unsigned int seed, const int min_key_value, const int max_key_value);
void benchmark_generate_unique_keys(int* keys, const long long int key_count, const int key_value);
void benchmark_generate_stepping_keys(int* keys, const long long int key_count, const int min_key_value, const int max_key_value);