diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-21 15:40:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-21 15:40:22 -0800 |
commit | b4b045a8e7c65783d94812553e31ae0282e80cc4 (patch) | |
tree | df16340ae5e8280f0ecdc36d2c7697fc478b96ec /txr.1 | |
parent | 13a8820a0979787bd16f530a400da69c798e954e (diff) | |
download | txr-b4b045a8e7c65783d94812553e31ae0282e80cc4.tar.gz txr-b4b045a8e7c65783d94812553e31ae0282e80cc4.tar.bz2 txr-b4b045a8e7c65783d94812553e31ae0282e80cc4.zip |
* arith.c (normalize): Linkage changed to extern.
* arith.h (normalize): Declared.
* rand.c (random): Bugfix: normalize the bignum before returning it.
* txr.1: Doc stubs for PRNG functionality.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5708,6 +5708,14 @@ yields (1 2 3 4 5). In TXR Lisp, this usage can be simulated using .SS Function interp-fun-p +.SS Variable *random-state* + +.SS Function make-random-state + +.SS Function random-state-p + +.SS Functions random-fixnum and random + .SH APPENDIX A: NOTES ON EXOTIC REGULAR EXPRESSIONS Users familiar with regular expressions may not be familiar with the complement |