We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec40a3 commit bc6350aCopy full SHA for bc6350a
src/nmath/standalone/test.c
@@ -42,7 +42,7 @@ main(int argc, char** argv)
42
printf("dnorm(0.7) = %.12g\n", dn);
43
printf("qnorm(0.7) = %.12g\n", qn);
44
printf("pnorm(qnorm(..)) = %.12g\n", pnorm(qn, 0., 1., 0, 0));
45
- // now _two_ of the normal.kind :
+ // several RNGkind(normal.kind = *) :
46
N01_kind = AHRENS_DIETER;
47
set_seed(123, 456); printf("one normal %f\n", norm_rand());
48
N01_kind = BOX_MULLER;
0 commit comments