Release notes for 0.15.1 (#3340)

Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
Paul Romano 2025-03-07 14:49:36 -06:00 committed by GitHub
parent 9b5678b5f0
commit 906548db20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 352 additions and 150 deletions

View file

@ -64,8 +64,8 @@ extern "C" double watt_spectrum(double a, double b, uint64_t* seed);
//! Samples from a normal distribution with a given mean and standard deviation
//! The PDF is defined as s(x) = (1/2*sigma*sqrt(2) * e-((mu-x)/2*sigma)^2
//! Its sampled according to
//! http://www-pdg.lbl.gov/2009/reviews/rpp2009-rev-monte-carlo-techniques.pdf
//! section 33.4.4
//! https://pdg.lbl.gov/2023/reviews/rpp2023-rev-monte-carlo-techniques.pdf
//! section 42.4.4
//!
//! \param mean mean of the Gaussian distribution
//! \param std_dev standard deviation of the Gaussian distribution