From 56edd1becab0fe2b516da44621b732af4651a16c Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sat, 4 May 2019 17:07:26 +0200 Subject: Add random stuff slide, to end up with --- chicken-5.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/chicken-5.org b/chicken-5.org index 1b3fc20..94da12f 100644 --- a/chicken-5.org +++ b/chicken-5.org @@ -322,6 +322,21 @@ Generated C is identical! +* CHICKEN 5: Odds and ends + +** Proper random number generator +*** Not using libc rand() anymore, but WELL512 +*** Seeded from OS entropy pool (/dev/urandom) + +** Symbols are garbage collected +*** Prevents obscure resource consumption attack + +** Removed bloat +*** SRFI-1, SRFI-13, SRFI-14, SRFI-69, SRFI-18 +*** moved out of core into eggs + +** Internals have been restructured/cleaned up + * Final words ** Most important eggs have already been ported! -- cgit v1.2.3