commit 9b86463a105129d51d5d5a3b47d3020b3befa02d
parent 9f5c9db2f202698f0bbb535b4c5df81fd3471cf4
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 19 May 2021 12:16:40 +0200
Fix API comment on exponential distribution pdf, again
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ssp.h b/src/ssp.h
@@ -305,7 +305,7 @@ ssp_rng_proxy_get_type
/*******************************************************************************
* Miscellaneous distributions
******************************************************************************/
-/* Random variate from the exponential distribution with mean `mu':
+/* Random variate from the exponential distribution with mean `1/mu':
* P(x) dx = mu * exp(-x * mu) dx */
SSP_API double
ssp_ran_exp