Skip to content

(C++ DP Laplace noise) Avoid sampling with probability 0 for speed-up#424

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_915891057
Open

(C++ DP Laplace noise) Avoid sampling with probability 0 for speed-up#424
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_915891057

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

(C++ DP Laplace noise) Avoid sampling with probability 0 for speed-up

Before: for Geometric noise we sample 63 bits
Now: we sample only bits that have non-zero probability to be 1

Before: for Geometric noise we sample 63 bits
Now: we sample only bits that have non-zero probability to be 1
PiperOrigin-RevId: 915891057
@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 15, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants