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 4680af7 commit e47f768Copy full SHA for e47f768
tests/test_random.rs
@@ -1,7 +1,7 @@
1
#[test]
2
#[ignore]
3
fn test_f64_random_from_u64() {
4
- const N_ITER: usize = 1 << 32;
+ const N_ITER: u64 = 1 << 32;
5
6
let rng = fastrand::Rng::with_seed(0);
7
let mut buf = ryu::Buffer::new();
0 commit comments