star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 11115d2b829e60be7709921909e4553b50a66450
parent ca2220ba658400f2795a5a9956ee3dfa38d0eb4e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  8 Oct 2018 17:23:45 +0200

Write the 0.8 release note

Diffstat:
MREADME.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