Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search for discrete gaussian implementations we can use (or roll our own) #21

Open
ooovi opened this issue Jan 10, 2023 · 2 comments
Open

Comments

@ooovi
Copy link
Contributor

ooovi commented Jan 10, 2023

@ooovi
Copy link
Contributor Author

ooovi commented Feb 2, 2023

the only implementations i could find is the python reference implementation for the paper and the tensorflow-specific reimplementation used for the distributed discrete gaussian paper. as it's only ~140 lines, not very involved, and in another language, i suggest reimplementing in rust.

prio already depends on rand, which provides high quality randomness and hence suffices for the implementation. alternatively, we could consider contributing our sampler to rand_distr which collects distributions.

@ooovi ooovi changed the title Search for discrete gaussion implementations we can use (or roll our own) Search for discrete gaussian implementations we can use (or roll our own) Feb 2, 2023
@ooovi
Copy link
Contributor Author

ooovi commented Feb 6, 2023

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

No branches or pull requests

1 participant