functor
(Source : sig
type t = float
val genrand : unit -> Rand.RNGSource.t
val min : Rand.RNGSource.t
val max : Rand.RNGSource.t
end) ->
sig
type t = float
class rng :
object
method genrand : Rand.FDIST.t
method max : Rand.FDIST.t
method min : Rand.FDIST.t
end
val min : Rand.FDIST.t
val max : Rand.FDIST.t
end