Function Random-Range

Part of:

package cl-variates
( random-range < generator > < low > < high > )

Returns a pseudo random number between low (inclusive) and high (exclusive or inclusive depending are arguments). If low and high are both integers (fixnums or bignums) this will return an integer, otherwise it will return a double-float.