Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87516 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Jan 2, 2025
1 parent eec40a3 commit bc6350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nmath/standalone/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ main(int argc, char** argv)
printf("dnorm(0.7) = %.12g\n", dn);
printf("qnorm(0.7) = %.12g\n", qn);
printf("pnorm(qnorm(..)) = %.12g\n", pnorm(qn, 0., 1., 0, 0));
// now _two_ of the normal.kind :
// several RNGkind(normal.kind = *) :
N01_kind = AHRENS_DIETER;
set_seed(123, 456); printf("one normal %f\n", norm_rand());
N01_kind = BOX_MULLER;
Expand Down

0 comments on commit bc6350a

Please sign in to comment.