Bugs item #1810466, was opened at 2007-10-09 19:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1810466&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alessandro Colomba (acolomba)
Assigned to: Nobody/Anonymous (nobody)
Summary: SRFI-27 (make-random-source 'fast) broken
Initial Comment:
The SRFI-27 function make-random-source returns an incorrect value when asked
to return a non-secure random source.
To reproduce:
(require-library 'sisc/libs/srfi/srfi-27) ; sources of random bits
(import srfi-27)
(random-source? (make-random-source 'fast))
=> #f
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1810466&group_id=23735
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
|