Function: cl-random-state-p
cl-random-state-p is an autoloaded function defined in cl-extra.el.gz.
Signature
(cl-random-state-p X)
Aliases
random-state-p (obsolete since 27.1)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-extra.el.gz
;; Could not find source code, showing raw function object.
#[(x) ((and (memq (type-of x) cl-struct-cl--random-state-tags) t))
(cl-struct-cl--random-state-tags)]