Module Owl_ppl_random_variable.Make

Parameters

Signature

module Dist : sig ... end
module Lazy : sig ... end
type t = {
  1. mutable dist : Dist.dist;
  2. mutable expr : Lazy.value;
}
val uniform : a:'a -> b:'b -> unit