From 71138215a9f83b6e2dc73f2804811a08b88e06cd Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sun, 5 Dec 2021 23:38:28 -0800 Subject: [PATCH] Noted changes to zrandom.c comments --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 9529e9f..fa1a54e 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,9 @@ The following are the changes from calc version 2.14.0.11 to date: Minor improvement of various help files. Made format of help files more consistent. + Corrected a few comments in zrandom.c, including a case where + the comment referred to 1007 when it should have used 2^32. + The following are the changes from calc version 2.14.0.9 to 2.14.0.10: