chickadee » srfi-27 » make-entropy-source/port-open-timed

(make-entropy-source/port-open-timed OPENER SECONDS [name: (NAME (gensym 'timed-port-))] [docu: (DOCU "Entropy from timed open port")]) -> entropy-sourceprocedure

Returns an unregistered entropy-source built from the supplied OPENER & SECONDS.

SECONDS
real ; timeout.
OPENER
(-> port) ; interpreted as with make-entropy-source/port-open.