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:
parent
ea9f4f4b15
commit
56ec46a7c3
6 changed files with 346 additions and 0 deletions
4
NEWS
4
NEWS
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue