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 fff6657 commit fcf9f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl PCG32 {
}
}

/// A [Permuted congruential generator][wp] with 32-bit output, extended to `K`
/// A [Permuted Congruential Generator][wp] with 32-bit output, extended to `K`
/// dimensions.
///
/// [wp]: https://en.wikipedia.org/wiki/Permuted_congruential_generator
Expand Down

0 comments on commit fcf9f1d

Please sign in to comment.