From b04a66aaea662391b090cc2d4a985bf455ccf168 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 9 Nov 2011 15:49:04 +0100 Subject: [PATCH] Note: normal rng use the Marsaglia polar method --- eo/src/utils/eoRNG.h | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/src/utils/eoRNG.h b/eo/src/utils/eoRNG.h index 9885eff58..984e76271 100644 --- a/eo/src/utils/eoRNG.h +++ b/eo/src/utils/eoRNG.h @@ -216,6 +216,7 @@ public : /** Gaussian deviate Zero mean Gaussian deviate with standard deviation 1. + Note: Use the Marsaglia polar method. @return Random Gaussian deviate */