diffix/reference

Not ready: Use all AIDs for seeding random number generators

Closed this issue · 0 comments

Ref: #124
See: #129

With multiple AIDs we do a lot of repetitive work. For example for each AID individually we do flattening which requires us to generate extreme value and top group sizes. These random variables should come from random number generators that have been seeded with all AIDs, not just the single AID being processed.