chickadee » srfi-271 » random-port?

random-port? objprocedure

Returns #t if the object is a random port such that random-port-state works correctly, and #f otherwise.

In this implementation, a random port from another library returns #f when passed to this procedure.