Module Owl_symbolic_ops_generator.RandomUniform

type t = {
mutable name : string;
mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
mutable dtype : Owl_symbolic_types.number_type;
mutable shape : int array;
mutable out_shape : int array option array;
mutable high : float;
mutable low : float;
mutable seed : float option;
}
val op_type : string
val create : ?⁠low:float -> ?⁠high:float -> ?⁠seed:float option -> ?⁠dtype:Owl_symbolic_types.number_type -> ?⁠name:string -> int array -> t