Skip to content

Commit

Permalink
Merge pull request #142 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update crate version to 7.0.0
  • Loading branch information
GuillaumeGomez authored Nov 6, 2023
2 parents 492ccdc + 7b47a10 commit a27f2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "GSL"
version = "7.0.0-rc1"
version = "7.0.0"
authors = ["Guillaume Gomez <[email protected]>"]
description = "A rust binding for the GSL (the GNU scientific library)"
repository = "https://github.com/GuillaumeGomez/rust-GSL"
Expand Down
2 changes: 1 addition & 1 deletion src/types/rng.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ pub mod algorithms {
///
/// with coefficients a_1 = 0, a_2 = 63308, a_3 = -183326, b_1 = 86098, b_2 = 0, b_3 = -539608, and moduli m_1 = 2^31 - 1 = 2147483647 and m_2 = 2145483479.
///
//// The period of this generator is lcm(m_1^3-1, m_2^3-1), which is approximately 2^185 (about 10^56). It uses 6 words of state per generator. For more information see,
/// The period of this generator is lcm(m_1^3-1, m_2^3-1), which is approximately 2^185 (about 10^56). It uses 6 words of state per generator. For more information see,
///
/// P. L’Ecuyer, “Combined Multiple Recursive Random Number Generators”, Operations Research, 44, 5 (1996), 816–822.
#[doc(alias = "gsl_rng_cmrg")]
Expand Down

0 comments on commit a27f2a7

Please sign in to comment.