Why it matters
Pairwise independence saves randomness. Understanding shapes randomization theory.
Advertisement
The architecture
Family H such that for pair (x, y), (h(x), h(y)) uniform + independent.
Small seed suffices.
Advertisement
How it works end to end
Linear hash functions h(x) = ax + b mod p.
Small family suffices.
Applications: streaming, load balancing.