http://www.gnu.org/software/emacs/manual/html_node/elisp/Random-Numbers.html — Function: random &optional limit This function returns a pseudo-random integer. Repeated calls return a series of pseudo-random integers.If limit is a positive integer, the value is chosen to be nonnegative and less than limit.If limit is t, it means to choose a new seed based on the current time of day and on Emacs's..