class PerTableSeed

Defined at line 434 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

Per table hash salt. This gets mixed into H1 to randomize iteration order

per-table.

The seed is needed to ensure non-determinism of iteration order.

Public Members

static const size_t kBitCount
static const size_t kSignBit

Public Methods

size_t seed ()

Returns the seed for the table.

Defined at line 445 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

Friends

class HashtableSize