- (make-random-levys [gamma: (GAMMA 1)] [delta: (DELTA 0)] [randoms: (RANDOMS (current-random-real))]) -> (-> real)procedure
GAMMA is nonnegative-real.
DELTA is positive-real.
RANDOMS is a (-> real)
(import (srfi 27 levys))
GAMMA is nonnegative-real.
DELTA is positive-real.
RANDOMS is a (-> real)
(import (srfi 27 levys))