module Uniform:sig..end
type t = {
   | 
uniform_lower : | 
   | 
uniform_upper : | 
include Distributions.ContinuousDistribution
include Distributions.Features.S
val create : lower:float -> upper:float -> tval mle : float array -> t