Hello Chicken friends,
the attached patch corrects the types.db entry for the `eval' function
to allow multiple return values. I also added some tests to
library-tests.scm for a lack of more suitable better place.
Moritz
>From 3ad6146e9b9e87c43f37ae511f025be2af117f0d Mon Sep 17 00:00:00 2001
From
Hello!
Timo Myyrä writes:
> I noticed that chicken uses old rand / srand functions when better
> alternatives are present.
> Patch makes BSD's use arc4random instead of rand.
Any BSD has libcrypto at least, and I think each one has strong
RNG implementation, e.g. rnd(4) in NetBSD, random(4) i