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

set optional random seed for ring-lwe and module-lwe #22

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

jacksonwalters
Copy link
Collaborator

  • more control over random number generation
  • choose seed as Some(seed) or None
  • uses StdRng::from_entropy() as default

- more control over random number generation
- choose seed as Some(seed) or None
- uses StdRng::from_entropy() as default
@jacksonwalters jacksonwalters self-assigned this Dec 20, 2024
@jacksonwalters jacksonwalters linked an issue Dec 20, 2024 that may be closed by this pull request
@jacksonwalters jacksonwalters merged commit 4575dbb into main Dec 20, 2024
1 check passed
@jacksonwalters jacksonwalters deleted the use_random_seed branch December 20, 2024 20:34
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.

set a random seed
1 participant