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
Pub fn ThreadRng::reseed returns a Result<(), SysError>. I do not think this is useful in practice; we already handle the same error internally on initialization and periodic reseeding by panicking.
Action: remove return value of fn ThreadRng::reseed
Pub fn
ThreadRng::reseedreturns aResult<(), SysError>. I do not think this is useful in practice; we already handle the same error internally on initialization and periodic reseeding by panicking.ThreadRng::reseed