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
Note: this is in part motivated to prepare rand_core for 1.0 stabilisation, but it may be best to wait until we have resolved #648 / have a "secure random" function within std, since this may have consequences for our core traits or error types.
Almost all PRNGs work this way, so the issue is providing the right block stuff. There is no harm in folks who want only OsRng importing the block stuff but simply not using it. If you want iterators then you pull in iterator adapters too.
Related to #655 and #648, I have been considering whether we should remove the "block" stuff from
rand_core
to another crate, sayrand_block
.rand_core
is supposed to be a minimal interface crate.The text was updated successfully, but these errors were encountered: