Skip to content

Commit

Permalink
implement UniformSampler<isize>
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 20, 2025
1 parent ec6d5c0 commit 879ef17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/distr/uniform_int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ uniform_int_impl! { u32, u32, u32 }
uniform_int_impl! { u64, u64, u64 }
uniform_int_impl! { u128, u128, u128 }

uniform_int_impl! { isize, usize, usize }

#[cfg(feature = "simd_support")]
macro_rules! uniform_simd_int_impl {
($ty:ident, $unsigned:ident) => {
Expand Down

0 comments on commit 879ef17

Please sign in to comment.