Skip to content

Commit bc6350a

Browse files
author
maechler
committed
comment
git-svn-id: https://svn.r-project.org/R/trunk@87516 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent eec40a3 commit bc6350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nmath/standalone/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ main(int argc, char** argv)
4242
printf("dnorm(0.7) = %.12g\n", dn);
4343
printf("qnorm(0.7) = %.12g\n", qn);
4444
printf("pnorm(qnorm(..)) = %.12g\n", pnorm(qn, 0., 1., 0, 0));
45-
// now _two_ of the normal.kind :
45+
// several RNGkind(normal.kind = *) :
4646
N01_kind = AHRENS_DIETER;
4747
set_seed(123, 456); printf("one normal %f\n", norm_rand());
4848
N01_kind = BOX_MULLER;

0 commit comments

Comments
 (0)