From f10d0e80a7494cdc5f964ada52f6db4f6a327ec7 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 7 Sep 2007 00:28:06 +0000 Subject: [PATCH] (History and Acknowledgements): Adjust the "thanks". (Random Numbers): Clarify the distribution of `random'. --- doc/misc/ChangeLog | 6 ++++++ doc/misc/calc.texi | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0c75ca1a4f0..f424f635c67 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2007-09-07 Jay Belanger + + * calc.texi (History and Acknowledgements): Adjust the + "thanks". + (Random Numbers): Clarify the distribution of `random'. + 2007-09-06 Glenn Morris * Move manual sources from man/ to subdirectories of doc/. diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index d0108058ac4..3c6ca3d223d 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -1204,10 +1204,11 @@ Carl Witty, whose eagle eyes discovered many typographical and factual errors in the Calc manual; Tim Kay, who drove the development of Embedded mode; Ove Ewerlid, who made many suggestions relating to the algebra commands and contributed some code for polynomial operations; -Randal Schwartz, who suggested the @code{calc-eval} function; Robert -J. Chassell, who suggested the Calc Tutorial and exercises; and Juha +Randal Schwartz, who suggested the @code{calc-eval} function; Juha Sarlin, who first worked out how to split Calc into quickly-loading -parts. Bob Weiner helped immensely with the Lucid Emacs port. +parts; Bob Weiner, who helped immensely with the Lucid Emacs port; and +Robert J. Chassell, who suggested the Calc Tutorial and exercises as +well as many other things. @cindex Bibliography @cindex Knuth, Art of Computer Programming @@ -18599,7 +18600,7 @@ Given a positive numeric prefix argument @expr{M}, it produces a random integer @expr{N} in the range @texline @math{0 \le N < M}. @infoline @expr{0 <= N < M}. -Each of the @expr{M} values appears with equal probability. +Each possible value @expr{N} appears with equal probability. With no numeric prefix argument, the @kbd{k r} command takes its argument from the stack instead. Once again, if this is a positive integer @expr{M} -- 2.39.5