Skip to content

Commit

Permalink
Fix xoshiro128
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 27, 2024
1 parent 7df3f76 commit ef3258a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rngs/xoshiro128plusplus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ impl RngCore for Xoshiro128PlusPlus {
}
}

rand_core::impl_try_rng_from_rng_core!(Xoshiro128PlusPlus);

#[cfg(test)]
mod tests {
use super::Xoshiro128PlusPlus;
Expand Down

0 comments on commit ef3258a

Please sign in to comment.