Function: cl--random-state-vec
cl--random-state-vec is a byte-compiled function defined in
cl-extra.el.gz.
Signature
(cl--random-state-vec CL-X)
Documentation
Access slot "vec" of cl--random-state struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-extra.el.gz
;;;###autoload (autoload 'cl-random-state-p "cl-extra")
(cl-defstruct (cl--random-state
(:copier nil)
(:predicate cl-random-state-p)
(:constructor nil)
(:constructor cl--make-random-state (vec)))
(i -1) (j 30) vec)