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
I think adding the bound now is no big deal, and it could allow for a BlockRng-like implementation that zeros out used results.
On the other hand I don't see much value in modifying / using Results from the 'outside'. Anything that can read the results field of BlockRng can probably also read the internal state of the RNG, so why take extra precautions?
The text was updated successfully, but these errors were encountered:
I think adding the bound now is no big deal, and it could allow for a
BlockRng
-like implementation that zeros out used results.On the other hand I don't see much value in modifying / using
Results
from the 'outside'. Anything that can read theresults
field ofBlockRng
can probably also read the internal state of the RNG, so why take extra precautions?The text was updated successfully, but these errors were encountered: