~ chicken-core (chicken-5) 6cd7f7f801ff3da6a0217328d9cd4cac31bb3315
commit 6cd7f7f801ff3da6a0217328d9cd4cac31bb3315 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Nov 3 14:04:25 2017 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Nov 3 14:04:25 2017 +0100 updated NEWS diff --git a/NEWS b/NEWS index e8cc5dc4..353ed537 100644 --- a/NEWS +++ b/NEWS @@ -66,6 +66,9 @@ the file doesn't exist or some other non-access related problem is detected (fixes #1386, thanks to Vasilij Schneidermann). - `read-file` has been renamed to `read-list`. + - The procedures for random numbers have been reimplemented; + access to system-specific entropy is available, together with a reasonably + good pseudo random number generator (WELL512). - Module system - The compiler has been modularised, for improved namespacing. ThisTrap