Function Random-Range-Inclusive

Part of:

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

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