Calls the SSL function RAND_seed
. This should only be called when using the :openssl
implementation.
comm
do-rand-seed
The function do-rand-seed
calls the SSL function RAND_seed
with some suitable value, which is dependent in a non-trivial way on the current time, the history of the current process and the history of the machine it is running on.
If the machine that it runs on has the file /dev/urandom
, do-rand-seed
does nothing.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26