star-sp

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

commit 4bfa35a38ba691d77c0389a2f11ad952f5c7b333
parent 3fc6aebcb22436df28c2b063d0588bd83de365d5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 29 May 2017 16:20:37 +0200

Merge branch 'release-0.4'

Diffstat:
MREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -29,6 +29,20 @@ project as above with, in addition, the Boost install directory added to the `CMAKE_PREFIX_PATH` variable and the `BOOST_INCLUDEDIR` cmake variable set to the path that contains the Boost header directory. +## Release notes + +### Version 0.4 + +- Update the API of the random variates to return double precision reals + rather than single precision values. +- Use the specific prefix `ssp_ranst` to name the state-based random variates. +- Add the piecewise linear and uniform disk random variates. +- Ensure that the single precision version of the canonical uniform + distribution does not return 1. +- Speed up the canonical uniform distribution. +- Add the `ssp_rng_proxy_write` and `ssp_rng_proxy_read` functions that + serializes and deserializes the data of the proxy RNG, respectively. + ## Licenses Star-Sampling is Copyright (C) |Meso|Star> 2015-2017