Functor Rand.GeometricDist


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


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