Skip to content

Commit

Permalink
* Added RNG_3SIGMA() for completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Dec 19, 2008
1 parent f270c78 commit f08eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rng.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* 99.8% Confidence interval.
*/
#define RNG_2SIGMA() NormalInverse(0.001 + RNGF()*(1.-0.001*2.))
#define RNG_3SIGMA() NormalInverse(0.001 + RNGF()*(1.-0.001*2.))


/* Init */
Expand Down

0 comments on commit f08eb0d

Please sign in to comment.