chickadee » srfi-27 » make-random-poissons

(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))