Note: normal rng use the Marsaglia polar method

This commit is contained in:
nojhan 2011-11-09 15:49:04 +01:00
commit b04a66aaea

View file

@ -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
*/