Release calc version 2.11.0t2

This commit is contained in:
Landon Curt Noll
1999-09-24 17:14:22 -07:00
parent bad4535616
commit 4b98d5ff0e
12 changed files with 416 additions and 47 deletions

View File

@@ -1733,7 +1733,7 @@ zsrandom2(CONST ZVALUE seed, CONST ZVALUE newn)
math_error("srandom newn == 0 reserved for future use");
/*NOTREACHED*/
}
set = z1tol(newn);
set = (HALF)z1tol(newn);
if (!zistiny(newn) || set > BLUM_PREGEN) {
math_error("srandom small newn must be [1,20]");
/*NOTREACHED*/