Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use non-blocking SecureRandom in noisy aggregators
As a follow-up to #21290, this one-line change ensures that the remaining noisy aggregators (noisy_count_gaussian, noisy_count_if_gaussian, noisy_avg_gaussian, noisy_sum_gaussian) all use a SecureRandom provider that will not block and cause performance degradation.
- Loading branch information