~ chicken-core (chicken-5) 321aa0050233c557c2682ee3c3bf5bbf0db6e4a2


commit 321aa0050233c557c2682ee3c3bf5bbf0db6e4a2
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Nov 4 13:35:20 2017 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Nov 4 13:36:21 2017 +0100

    added pseudo-random-real to types.db

diff --git a/types.db b/types.db
index 476d9cfd..85f83172 100644
--- a/types.db
+++ b/types.db
@@ -1573,6 +1573,7 @@
 
 (chicken.random#pseudo-random-integer (#(procedure #:clean #:enforce) chicken.random#pseudo-random-integer (integer) integer)
                                       ((fixnum) (##core#inline "C_random_fixnum" #(1))))
+(chicken.random#pseudo-random-real (#(procedure #:clean #:enforce) chicken.random#pseudo-random-real () float))
 (chicken.random#set-pseudo-random-seed! (#(procedure #:clean #:enforce) chicken.random#set-pseudo-random-seed! ((or blob string) #!optional fixnum) undefined))
 (chicken.random#random-bytes (#(procedure #:clean #:enforce) chicken.random#random-bytes (#!optional * fixnum) *))
 
Trap