owl
Owl_ppl_random_variable.Make
module A : Owl_types.Stats_Dist
module Dist : sig ... end
module Lazy : sig ... end
type t = {
mutable dist : Dist.dist;
mutable expr : Lazy.value;
}
val uniform : a:'a -> b:'b -> unit