Module type Primitive.PRIM_DIST

The signature for new primitive distributions

type t
val sample : unit -> t
val pdf : t -> float
val cdf : t -> float
val ppf : t -> float
val support : t support