We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fad9f5 commit ea3951cCopy full SHA for ea3951c
src/reseeding.rs
@@ -68,7 +68,7 @@ impl<R: Rng, Rsdr: Reseeder<R>> ReseedingRng<R, Rsdr> {
68
if e.kind.should_wait() {
69
// Delay reseeding
70
self.bytes_until_reseed = self.threshold >> 8;
71
- break;
+ return;
72
} else if e.kind.should_retry() {
73
if err_count > 4 { // arbitrary limit
74
// TODO: log details & cause?
0 commit comments