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 05b7a19 commit 7019830Copy full SHA for 7019830
src/rand_helper.rs
@@ -126,6 +126,6 @@ mod test {
126
// Reset the rng by sampling a new one.
127
let mut rng = super::test_rng();
128
let b = u128::rand(&mut rng);
129
- assert_eq!(a, b); // should be unequal with high probability.
+ assert_eq!(a, b); // should be equal with high probability.
130
}
131
0 commit comments