commit c0b6089c0fd5890f3b61eae7c3a88807bc468052 parent cc63d3b14fbefce238639db884970137d5b1f2eb Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 12 Jul 2021 09:54:34 +0200 Add the 0.11 release note Diffstat:
| M | README.md | | | 14 | ++++++++++---- |
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -1,8 +1,8 @@ # Star SamPling -The purpose of this library is to generate [pseudo] random numbers and random -variates. While it is partly based on C++11 random generators, its API remains -pure C. +The purpose of this library is to generate [pseudo] random numbers and +distributions. While it is partly based on C++11 random generators, its API +remains pure C. ## How to build @@ -34,9 +34,15 @@ variable to the directory that contains the `boost` include directory. ## Release notes +### Version 0.11 + +- Add the `ssp_ran_spherical_zone_uniform` distribution that uniformly samples + a position on a truncated spherical cap. +- Rename the library to `star-sp` to avoid conflicts with GCC's `libssp`. + ### Version 0.10 -- Add the `ssp_ran_exp_truncated` random variates. +- Add the `ssp_ran_exp_truncated` distribution. ### Version 0.9