X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-random.lisp;h=f886832ca57591472fc8e2ddfbce1be94c6f5f66;hb=54da325f13fb41669869aea688ae195426c0e231;hp=aa3639883857c94917b20015fda33a3e2d450999;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/src/code/target-random.lisp b/src/code/target-random.lisp index aa36398..f886832 100644 --- a/src/code/target-random.lisp +++ b/src/code/target-random.lisp @@ -93,7 +93,7 @@ As per the Common Lisp standard, - If STATE is a random state, return a copy of it. - If STATE is T, return a randomly initialized state (using operating-system provided randomness where available, otherwise a poor substitute based on - internal time and pid). + internal time and PID). See SB-EXT:SEED-RANDOM-STATE for a SBCL extension to this functionality." (/show0 "entering MAKE-RANDOM-STATE")