Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 1, 2023
1 parent 613d48c commit 686292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub trait Gen32 {
(self.next_u32() as i32) < 0
}

/// Gives a value in `0.0 ..= 1.0`.
/// Gives a value in the range `0.0 ..= 1.0`
#[inline]
fn next_f32_unit(&mut self) -> f32 {
ieee754_random_f32(|| self.next_u32(), false)
Expand Down

0 comments on commit 686292a

Please sign in to comment.