[Ecls-list] Still seeing (random <larger integer>) ==> 0

Paul F. Dietz dietz at dls.net
Sat Feb 26 19:17:41 UTC 2005


bash-2.05b$ ls -l /usr/local/bin/ecl
-rwxr-xr-x    1 root     root         3700 Feb 26 21:10 /usr/local/bin/ecl
bash-2.05b$ /usr/local/bin/ecl
ECL (Embeddable Common-Lisp) 0.9e
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
         ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  Top level.
 > (random 100000000000000)
0
 > (random (1+ most-positive-fixnum))
0
 > (random (1+ most-positive-fixnum))
0
 >

	Paul





More information about the ecl-devel mailing list