Skip to content

FEAT: Expose SeededLaplaceMechanism for deterministic RNG #407

Description

@mjbommar

Feature Description

For research and CI/CD testing purposes, full transparency or determinism w.r.t. random state is often desirable. differential-privacy makes a SeededLaplaceMechanism available for this purpose, but it looks like we only make LaplaceMechanism available in this library.

Is your feature request related to a problem?

Two issues:

  • Replication of academic research that relies on exact reproduction of sample data
  • CI/CD testing workflows where deterministic results for some test cases may be desirable

What alternatives have you considered?

Alternatives rely on asymptotic results and thresholds that may be arbitrary or result in false negative test results, especially on small sample sizes or for some metrics.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: New Feature ➕Introduction of a completely new addition to the codebase

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions