Add test proving max_load() invariants (#156)

This commit is contained in:
Christian Mazakas
2022-11-01 09:05:18 -07:00
committed by GitHub
parent 13e065466a
commit 189e551dc7
4 changed files with 92 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ namespace test {
typedef enum {
default_generator,
generate_collisions,
limited_range
limited_range,
sequential
} random_generator;
int generate(int const*, random_generator);