Module Kappa_data_structures.Random_tree
val total : tree -> float
val add : int -> float -> tree -> unit
val random : Stdlib.Random.State.t -> tree -> int * float
val find : int -> tree -> float
val is_infinite : int -> tree -> bool
val debug_print : Stdlib.Format.formatter -> tree -> unit