You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A strong PRNG implementation required for the discrete gaussian sampler implementation of the Knuth-Yao sampler. Presently, the code uses rand() function of C++.
The text was updated successfully, but these errors were encountered:
A strong PRNG implementation required for the discrete gaussian sampler implementation of the Knuth-Yao sampler. Presently, the code uses rand() function of C++.
The text was updated successfully, but these errors were encountered: