star-sp

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

commit 276a34c5ab3e5663231e52582b71985b3e79f394
parent 197b852687fec5816e0eaa6370bcbdb93e15fef2
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 19 May 2021 13:29:42 +0200

Fix truncated exponential API

Diffstat:
Msrc/ssp.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ssp.h b/src/ssp.h @@ -332,7 +332,7 @@ SSP_API double ssp_ran_exp_truncated (struct ssp_rng* rng, const double mu, - const float max); + const double max); SSP_API float ssp_ran_exp_truncated_float