Module type Rand.FDIST


module type FDIST = functor (Source : sig  end) -> sig  end
Signature used by many distributions that work entirely with floats. These expect a generator that works in the range $0 <= x <= 1 unless otherwise noted.
Parameters:
Source : sig end


type t = float
class rng : object  end
val min : t
val max : t