Add implementation of SRFI 27

* module/srfi/srfi-27.scm: New file; implementation of SRFI 27 in terms
  of the existing random number generator.
* module/Makefile.am (SRFI_SOURCES): Add srfi/srfi-27.scm.

* test-suite/tests/srfi-27.test: New file; minimal test suite for SRFI 27.
* test-suite/Makefile.am (SCM_TESTS): Add tests/srfi-27.test.

* doc/ref/srfi-modules.texi: Add subsection on SRFI-27 based
  on the specification.
This commit is contained in:
Andreas Rottmann 2010-09-27 22:15:51 +02:00 committed by Andy Wingo
commit 56ec46a7c3
6 changed files with 346 additions and 0 deletions

4
NEWS
View file

@ -11,6 +11,10 @@ latest prerelease, and a full NEWS corresponding to 1.8 -> 2.0.
Changes in 1.9.12 (since the 1.9.11 prerelease):
** Support for SRFI-27
SRFI-27 "Sources of Random Bits" is now available.
** Many R6RS bugfixes
`(rnrs bytevectors)' and `(rnrs io ports)' now have version information,