Function: random*

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

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

Signature

(random* LIM &optional STATE)

Documentation

Return a pseudo-random nonnegative number less than LIM, an integer or float.

Optional second arg STATE is a random-state object.

Aliases

random* (obsolete since 27.1)