X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-random.lisp;h=e82f7a0137ba18afcce0103fa205f2f92ecb453f;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=1756f7c6f88a547c423476b267debf8c684cf4bf;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/target-random.lisp b/src/code/target-random.lisp index 1756f7c..e82f7a0 100644 --- a/src/code/target-random.lisp +++ b/src/code/target-random.lisp @@ -57,9 +57,9 @@ (defun make-random-state (&optional state) #!+sb-doc - "Make a random state object. If State is not supplied, return a copy - of the default random state. If State is a random state, then return a - copy of it. If state is T then return a random state generated from + "Make a random state object. If STATE is not supplied, return a copy + of the default random state. If STATE is a random state, then return a + copy of it. If STATE is T then return a random state generated from the universal time." (flet ((copy-random-state (state) (let ((state (random-state-state state))