(cl:make-random-state t)
now uses
/dev/urandom
, if available, and only if this is not available does it resort to
/dev/random
.
The reason for this change is that
/dev/random
pauses when it runs out of entropy, so code with multiple calls can be slow.