commit 52bf8b8d8489219fa7755e498e9ca9184ad1a17b parent ca2220ba658400f2795a5a9956ee3dfa38d0eb4e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 8 Oct 2018 17:27:15 +0200 Merge branch 'release_0.8' into develop Diffstat:
| M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -34,6 +34,14 @@ variable to the directory that contains the `boost` include directory. ## Release notes +### Version 0.8 + +- Add the `ssp_ran_sphere_cap_uniform[_local][_float]` random variates that + uniformly distributes a point onto a unit sphere cap centered in zero. +- Fix the allocation of the `ssp_rng` data structure: the `ssp_rng` structure + contains a long double attribute that might be not correctly aligned on 16 + bytes. + ### Version 0.7 - Add the `ssp_ran_circle_uniform` random variate that uniformly distributes a