module type FDIST = functor (Source : sig end) -> sig end
functor (Source : sig end) -> sig end
Source
sig end
type t = float
float
class rng : Source.state -> object end
Source.state -> object end
val min : t
t
val max : t