We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4addc75 commit 8006bc3Copy full SHA for 8006bc3
rand_core/src/block.rs
@@ -448,7 +448,7 @@ mod test {
448
fn generate(&mut self, results: &mut Self::Results) {
449
for r in results {
450
*r = self.counter;
451
- self.counter = self.counter.wrapping_add(3511615422);
+ self.counter = self.counter.wrapping_add(3511615421);
452
}
453
454
@@ -498,7 +498,7 @@ mod test {
498
499
500
501
- self.counter = self.counter.wrapping_add(2781463553396133982);
+ self.counter = self.counter.wrapping_add(2781463553396133981);
502
503
504
0 commit comments