Function: make-random-state

make-random-state is a function alias for cl-make-random-state, defined in cl-extra.el.gz.

This function is obsolete since 27.1; use cl-make-random-state instead.

Signature

(make-random-state &optional STATE)

Documentation

Return a copy of random-state STATE, or of the internal state if omitted.

If STATE is t, return a new state object seeded from the time of day.

Aliases

make-random-state (obsolete since 27.1)