- (make-random-poissons [mu: (MU 1)] [randoms: (RANDOMS (current-random-real))]) -> (-> integer)procedure
MU is nonnegative-real.
RANDOMS is a (-> real)
(import (srfi 27 poissons))
MU is nonnegative-real.
RANDOMS is a (-> real)
(import (srfi 27 poissons))