Skip to content

Commit db455a8

Browse files
author
Jayce Fayne
committed
feat: use faster non portable impl
1 parent 9233e7a commit db455a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl Rng {
147147
/// Generates a random `u64`.
148148
#[inline]
149149
fn gen_u64(&mut self) -> u64 {
150-
rapidhash::rng::rapidrng_fast(&mut self.0)
150+
rapidhash::rng::rapidrng_fast_not_portable(&mut self.0)
151151
}
152152

153153
/// Generates a random `u128`.

0 commit comments

Comments
 (0)