Functor Rand.PoissonDist


module PoissonDist: IFDIST
new PoissonDist.rng mean returns an object that will generate random numbers in the Poisson distribution using the given mean.
Parameters:
Ops : sig end
Source : sig end

type t = Ops.t 
type state = Source.state 
val min : t
val max : t
class rng : state -> t -> object  end