- (make-random-cauchys [median: (MEDIAN 0)] [sigma: (SIGMA 1)] [randoms: (RANDOMS (current-random-real))]) -> (-> real)procedure
MEDIAN is real.
SIGMA is positive-real.
RANDOMS is a (-> real)
(import (srfi 27 cauchys))
MEDIAN is real.
SIGMA is positive-real.
RANDOMS is a (-> real)
(import (srfi 27 cauchys))