star-sp

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

commit 4cd944558355e2906b109aa34c6ccf16f32bd6ee
parent c60b3e5acf1260319b17974bed4846012e51db2a
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 19 Oct 2015 15:50:41 +0200

Fix a typo

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

diff --git a/src/ssp.h b/src/ssp.h @@ -220,7 +220,7 @@ ssp_ran_exp_pdf (const double x, const double mu); -/* Random variate from the guassian (or normal) distribution with mean `mu': +/* Random variate from the gaussian (or normal) distribution with mean `mu': * P(x) dx = 1 / (sigma*sqrt(2*PI)) * exp(1/2*((x-mu)/sigma)^2) dx */ SSP_API double ssp_ran_gaussian